PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
wp-file-manager
/
lib
/
js
/
ui
jQuery.fn.elfinderpanel = function(fm) { "use strict"; return this.each(function() { var panel = jQuery(this).addClass('elfinder-panel ui-state-default ui-corner-all'), margin = 'margin-'+(fm.direction == 'ltr' ? 'left' : 'right'); fm.one('load', function(e) { var navbar = fm.getUI('navbar'); panel.css(margin, parseInt(navbar.outerWidth(true))); navbar.on('resize', function(e) { e.preventDefault(); e.stopPropagation(); panel.is(':visible') && panel.css(margin, parseInt(navbar.outerWidth(true))); }); }); }); };
[-] navdock.js
[edit]
[-] viewbutton.js
[edit]
[-] navbar.js
[edit]
[-] sortbutton.js
[edit]
[-] contextmenu.js
[edit]
[-] toolbar.js
[edit]
[+]
..
[-] cwd.js
[edit]
[-] overlay.js
[edit]
[-] button.js
[edit]
[-] tree.js
[edit]
[-] uploadButton.js
[edit]
[-] stat.js
[edit]
[-] searchbutton.js
[edit]
[-] panel.js
[edit]
[-] places.js
[edit]
[-] toast.js
[edit]
[-] path.js
[edit]
[-] fullscreenbutton.js
[edit]
[-] workzone.js
[edit]
[-] dialog.js
[edit]