diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-30 15:39:56 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-30 15:39:56 +0100 |
commit | 76f760fe029303ba2ff203759a8332a628a9a7ec (patch) | |
tree | 1ce40a9de659b540b602d98af0ec3998604ac868 /module/web/static/js/views/abstract | |
parent | fix in update file info, moved recaptcha back (diff) | |
download | pyload-76f760fe029303ba2ff203759a8332a628a9a7ec.tar.xz |
plugin chooser for settings
Diffstat (limited to 'module/web/static/js/views/abstract')
-rw-r--r-- | module/web/static/js/views/abstract/modalView.js | 2 |
1 files changed, 1 insertions, 1 deletions
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: $('<h1>Content!</h1>').html()}; + return {}; }, show: function() { |