D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
stickain
/
flyfishing.davidsteele.com
/
wp-content
/
plugins
/
blog2social
/
assets
/
js
/
prg
/
Filename :
post.js
back
Copy
function showFilter(typ) { if (typ == 'show') { jQuery('.filterShow').hide(); jQuery('.form-inline').show(); jQuery('.filterHide').show(); } else { jQuery('.filterShow').show(); jQuery('.form-inline').hide(); jQuery('.filterHide').hide(); } }