summaryrefslogtreecommitdiffstats
path: root/module/web/static/js/views/dashboardView.js
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-26 23:44:34 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-26 23:44:34 +0100
commit52ad2e19bf824cbaa6e6f96d6c8e71561e865819 (patch)
tree2f2bf5dde7ef9bf5c987513be996f06c8421b021 /module/web/static/js/views/dashboardView.js
parentimproved file view, added default plugin icon (diff)
downloadpyload-52ad2e19bf824cbaa6e6f96d6c8e71561e865819.tar.xz
updated js libraries, cleaned jquery-ui
Diffstat (limited to 'module/web/static/js/views/dashboardView.js')
-rw-r--r--module/web/static/js/views/dashboardView.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/static/js/views/dashboardView.js b/module/web/static/js/views/dashboardView.js
index b0757fa11..64f61eeaf 100644
--- a/module/web/static/js/views/dashboardView.js
+++ b/module/web/static/js/views/dashboardView.js
@@ -93,6 +93,7 @@ define(['jquery', 'backbone', 'underscore', 'app', 'models/TreeCollection',
},
// TODO: better state control of dashboard
+ // TODO: elaborate events and reaction
loading: function(model) {
// nothing to load when it is already open, or nothing is shown
if (!this.files || (model && this.files === model.get('files')))