Submit
Path:
~
/
home
/
getwphos
/
www
/
bubrupamjcb.com
/
wp-content
/
plugins
/
wp-reset
/
wf-flyout
/
File Content:
wf-flyout.js
/** * Universal fly-out menu for WebFactory plugins * (c) WebFactory Ltd, 2023 */ jQuery(document).ready(function ($) { $('#wff-button').on('click', function (e) { e.preventDefault(); $('#wf-flyout').toggleClass('opened'); $('#wff-overlay').toggle(); return false; }); // open/close menu $('#wff-overlay').on('click', function (e) { e.preventDefault(); $(this).hide(); $('#wf-flyout').removeClass('opened'); return false; }); // click on overlay - hide menu }); // jQuery ready
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
icons
---
0755
config.php
1988 bytes
0644
wf-flyout.css
3921 bytes
0644
wf-flyout.js
551 bytes
0644
wf-flyout.php
5334 bytes
0644
N4ST4R_ID | Naxtarrr