summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/scripts/views/abstract/modalView.js
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-10 23:07:52 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-10 23:07:52 +0200
commitfc4e71d7809e6e9975d678ee388fc28c74e0e3af (patch)
treece9624f00ed5a8ab22781476ea1b8196bee53527 /pyload/web/app/scripts/views/abstract/modalView.js
parentnew hoster links, fixed manifest (diff)
downloadpyload-fc4e71d7809e6e9975d678ee388fc28c74e0e3af.tar.xz
several ui fixes
Diffstat (limited to 'pyload/web/app/scripts/views/abstract/modalView.js')
-rw-r--r--pyload/web/app/scripts/views/abstract/modalView.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/web/app/scripts/views/abstract/modalView.js b/pyload/web/app/scripts/views/abstract/modalView.js
index 9d1d72869..65bc0a3c8 100644
--- a/pyload/web/app/scripts/views/abstract/modalView.js
+++ b/pyload/web/app/scripts/views/abstract/modalView.js
@@ -25,11 +25,10 @@ define(['jquery', 'backbone', 'underscore', 'omniwindow'], function($, Backbone,
this.onHideDestroy = true;
}
else
- require(['text!tpl/default/modal.html'], function(template) {
+ require(['hbs!tpl/dialogs/modal'], function(template) {
self.template = template;
});
}
-
},
// TODO: whole modal stuff is not very elegant