From 6e0413b2e036b8fff997bcd1d6017681cdd91cfd Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 22 Dec 2012 20:32:58 +0100 Subject: improved modal dialogs, added one for link grabber --- module/web/static/js/views/fileView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/web/static/js/views/fileView.js') 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: { }, -- cgit v1.2.3