From 76f760fe029303ba2ff203759a8332a628a9a7ec Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 30 Mar 2013 15:39:56 +0100 Subject: plugin chooser for settings --- module/web/static/js/views/abstract/modalView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/web/static/js/views/abstract/modalView.js') diff --git a/module/web/static/js/views/abstract/modalView.js b/module/web/static/js/views/abstract/modalView.js index 1e45e942b..170681f06 100644 --- a/module/web/static/js/views/abstract/modalView.js +++ b/module/web/static/js/views/abstract/modalView.js @@ -83,7 +83,7 @@ define(['jquery', 'backbone', 'underscore', 'omniwindow'], function($, Backbone, }, renderContent: function() { - return {content: $('

Content!

').html()}; + return {}; }, show: function() { -- cgit v1.2.3