Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intl: fix wrong js change
  • Loading branch information
perexg committed Jun 18, 2015
1 parent b80972f commit 77de79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/tvheadend.js
Expand Up @@ -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';
}

});
Expand Down

0 comments on commit 77de79f

Please sign in to comment.