]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
intl: fix wrong js change
authorJaroslav Kysela <perex@perex.cz>
Thu, 18 Jun 2015 12:59:05 +0000 (14:59 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 18 Jun 2015 12:59:05 +0000 (14:59 +0200)
src/webui/static/app/tvheadend.js

index 428f048cf02f309ba2537437dde30eb64ffeb864..b4fd2fedfa6960221610333cfbf5eeee26bf1d2d 100644 (file)
@@ -541,7 +541,7 @@ tvheadend.RootTabPanel = Ext.extend(Ext.TabPanel, {
     },
 
     onLoginCmdClicked: function(e) {
-        window.location.href = this.login ? _('logout') : _('login');
+        window.location.href = this.login ? 'logout' : 'login';
     }
 
 });