rename foldersList.js/folderList.js
This commit is contained in:
parent
1baab137c7
commit
640a937310
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
// vim: et:ts=4:sw=4:sts=4:ft=javascript
|
// vim: et:ts=4:sw=4:sts=4:ft=javascript
|
||||||
// fixme: the filename should be folderList.js
|
|
||||||
pandora.ui.folderList = function(id) {
|
pandora.ui.folderList = function(id) {
|
||||||
var i = Ox.getPositionById(pandora.site.sectionFolders[pandora.user.ui.section], id),
|
var i = Ox.getPositionById(pandora.site.sectionFolders[pandora.user.ui.section], id),
|
||||||
that;
|
that;
|
|
@ -27,7 +27,7 @@
|
||||||
"js/pandora/ui/Ox.FilesView.js",
|
"js/pandora/ui/Ox.FilesView.js",
|
||||||
"js/pandora/ui/browser.js",
|
"js/pandora/ui/browser.js",
|
||||||
"js/pandora/ui/list.js",
|
"js/pandora/ui/list.js",
|
||||||
"js/pandora/ui/foldersList.js",
|
"js/pandora/ui/folderList.js",
|
||||||
"js/pandora/ui/findElement.js",
|
"js/pandora/ui/findElement.js",
|
||||||
"js/pandora/ui/filterDialog.js",
|
"js/pandora/ui/filterDialog.js",
|
||||||
"js/pandora/ui/account.js",
|
"js/pandora/ui/account.js",
|
||||||
|
|
Loading…
Reference in a new issue