From 640a93731046e7151eb61fbbb069d90ce758978c Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 26 Sep 2011 18:52:13 +0200 Subject: [PATCH] rename foldersList.js/folderList.js --- static/js/pandora/ui/{foldersList.js => folderList.js} | 1 - static/json/pandora.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename static/js/pandora/ui/{foldersList.js => folderList.js} (99%) diff --git a/static/js/pandora/ui/foldersList.js b/static/js/pandora/ui/folderList.js similarity index 99% rename from static/js/pandora/ui/foldersList.js rename to static/js/pandora/ui/folderList.js index e42a7ebed..f196cc817 100644 --- a/static/js/pandora/ui/foldersList.js +++ b/static/js/pandora/ui/folderList.js @@ -1,5 +1,4 @@ // vim: et:ts=4:sw=4:sts=4:ft=javascript -// fixme: the filename should be folderList.js pandora.ui.folderList = function(id) { var i = Ox.getPositionById(pandora.site.sectionFolders[pandora.user.ui.section], id), that; diff --git a/static/json/pandora.json b/static/json/pandora.json index 707382959..86d017cd9 100644 --- a/static/json/pandora.json +++ b/static/json/pandora.json @@ -27,7 +27,7 @@ "js/pandora/ui/Ox.FilesView.js", "js/pandora/ui/browser.js", "js/pandora/ui/list.js", - "js/pandora/ui/foldersList.js", + "js/pandora/ui/folderList.js", "js/pandora/ui/findElement.js", "js/pandora/ui/filterDialog.js", "js/pandora/ui/account.js",