summaryrefslogtreecommitdiffstats
path: root/module/web/static/js/views/fileView.js
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-22 20:32:58 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-22 20:32:58 +0100
commit6e0413b2e036b8fff997bcd1d6017681cdd91cfd (patch)
tree351eb28c2ab192785d19d4eb18166f42b9eae3d6 /module/web/static/js/views/fileView.js
parentupdated header, more responsive for smaller width (diff)
downloadpyload-6e0413b2e036b8fff997bcd1d6017681cdd91cfd.tar.xz
improved modal dialogs, added one for link grabber
Diffstat (limited to 'module/web/static/js/views/fileView.js')
-rw-r--r--module/web/static/js/views/fileView.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/static/js/views/fileView.js b/module/web/static/js/views/fileView.js
index 85b40a413..b37d4aefa 100644
--- a/module/web/static/js/views/fileView.js
+++ b/module/web/static/js/views/fileView.js
@@ -1,4 +1,4 @@
-define(['jquery', 'backbone', 'underscore', 'handlebars'], function($, Backbone, _, HB) {
+define(['jquery', 'backbone', 'underscore'], function($, Backbone, _) {
// Renders single file item
return Backbone.View.extend({
@@ -6,7 +6,7 @@ define(['jquery', 'backbone', 'underscore', 'handlebars'], function($, Backbone,
tagName: 'li',
className: 'file-view',
// template: _.template($("#template-file").html()),
- template: HB.compile($("#template-file").html()),
+ template: _.compile($("#template-file").html()),
events: {
},