diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-17 21:15:54 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-17 21:15:54 +0100 |
commit | d7f1c948cfc8e2253a7c31ffc00f5e4924bac0b3 (patch) | |
tree | ff4368479b7f4326c83b3f3db588018c8d95f831 /pyload | |
parent | adapted multihoster to new plugin manager (diff) | |
download | pyload-d7f1c948cfc8e2253a7c31ffc00f5e4924bac0b3.tar.xz |
workaround for bug that causes webUI not to load
Diffstat (limited to 'pyload')
-rw-r--r-- | pyload/web/app/templates/default/header/layout.html | 3 | ||||
-rw-r--r-- | pyload/web/bower.json | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/pyload/web/app/templates/default/header/layout.html b/pyload/web/app/templates/default/header/layout.html index 30df742fa..2f073117d 100644 --- a/pyload/web/app/templates/default/header/layout.html +++ b/pyload/web/app/templates/default/header/layout.html @@ -10,7 +10,8 @@ <div class="arrow"></div> <div class="popover-inner"> <h3 class="popover-title"> - {{_ "Running..."}} + <!-- TODO: the first i18n underscore is not registered as helper --> + {{ gettext "Running..."}} <button type="button" class="close" aria-hidden="true">×</button> </h3> <div class="popover-content"> diff --git a/pyload/web/bower.json b/pyload/web/bower.json index 4da3634a0..b429a5bd4 100644 --- a/pyload/web/bower.json +++ b/pyload/web/bower.json @@ -14,7 +14,7 @@ "underscore": "~1.5.1", "backbone": "~1.0.0", "backbone.marionette": "~1.1.0", - "handlebars.js": "1.0.0-rc.3", + "handlebars.js": "1.0.12", "jed": "~0.5.4", "select2": "~3.4.0", "momentjs": "~2.1.0" |