summaryrefslogtreecommitdiffstats
path: root/js/jquery.projectPlugins.js
diff options
context:
space:
mode:
authorIan Moore <imoore76@yahoo.com>2015-12-07 08:47:17 -0500
committerIan Moore <imoore76@yahoo.com>2015-12-07 08:47:17 -0500
commite3a53018b9fb292654a30fe8a4115ed685231614 (patch)
treee1f08f80d94d0440d9df8502d9da332576ac9b00 /js/jquery.projectPlugins.js
parent94e17f57f3f16628f140cdd5fd5ca00806ca208f (diff)
downloadphpvirtualbox-e3a53018b9fb292654a30fe8a4115ed685231614.zip
phpvirtualbox-e3a53018b9fb292654a30fe8a4115ed685231614.tar.gz
phpvirtualbox-e3a53018b9fb292654a30fe8a4115ed685231614.tar.bz2
See CHANGELOG
Diffstat (limited to 'js/jquery.projectPlugins.js')
-rw-r--r--js/jquery.projectPlugins.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/jquery.projectPlugins.js b/js/jquery.projectPlugins.js
index 702d14f..fa8bd85 100644
--- a/js/jquery.projectPlugins.js
+++ b/js/jquery.projectPlugins.js
@@ -550,8 +550,7 @@ if(jQuery) (function($){
data.sort(function(a,b){
if(a.type == b.type)
return strnatcasecmp(a.path, b.path);
-
- return a.type == 'folder' ? 1 : -1
+ return a.type == 'folder' ? -1 : 1
});
var elms = [];