📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 11:33:25
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
redux-framework
/
sample
/
sections
/
extensions
✏️
Editing: js-button.js
/* jshint unused:false */ function redux_add_date() { (function( $ ) { var date = new Date(); var text = $( '#opt-blank-text' ); text.val( date.toString() ); })( jQuery ); } function redux_show_alert() { alert( 'You clicked the Alert button!' ); }
💾 Save Changes
❌ Cancel