Clean files

This commit is contained in:
Laurent Destailleur
2026-01-07 19:01:54 +01:00
parent 807db03167
commit 578a1ef568
717 changed files with 3379 additions and 3674 deletions

View File

@@ -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);