mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Clean files
This commit is contained in:
@@ -26,12 +26,12 @@
|
||||
// 1.00 - released (24 March 2008)
|
||||
//
|
||||
// TERMS OF USE
|
||||
//
|
||||
//
|
||||
// This plugin is dual-licensed under the GNU General Public License and the MIT License and
|
||||
// is copyright 2008 A Beautiful Site, LLC.
|
||||
// is copyright 2008 A Beautiful Site, LLC.
|
||||
//
|
||||
if(jQuery) (function($){
|
||||
|
||||
|
||||
$.extend($.fn, {
|
||||
fileTree: function(o, h, hd) { // CHANGE DOL_LDR add hd param
|
||||
// Defaults
|
||||
@@ -45,9 +45,9 @@ if(jQuery) (function($){
|
||||
if( o.collapseEasing == undefined ) o.collapseEasing = null;
|
||||
if( o.multiFolder == undefined ) o.multiFolder = true;
|
||||
if( o.loadMessage == undefined ) o.loadMessage = 'Loading...';
|
||||
|
||||
|
||||
$(this).each( function() {
|
||||
|
||||
|
||||
function showTree(c, t) {
|
||||
$(c).addClass('wait');
|
||||
$(".jqueryFileTree.start").remove();
|
||||
@@ -58,7 +58,7 @@ if(jQuery) (function($){
|
||||
bindTree(c);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
function bindTree(t) {
|
||||
/* @CHANGE Replace LI A by LI A.jqft */
|
||||
$(t).find('LI A.jqft').bind(o.folderEvent, function() {
|
||||
@@ -95,5 +95,5 @@ if(jQuery) (function($){
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
})(jQuery);
|
||||
|
||||
})(jQuery);
|
||||
|
||||
Reference in New Issue
Block a user