Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: Whitespace fix
  • Loading branch information
perexg committed Sep 17, 2014
1 parent 8151446 commit a643a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/tvheadend.js
Expand Up @@ -542,7 +542,7 @@ tvheadend.RootTabPanel = Ext.extend(Ext.TabPanel, {
Ext.fly(this.loginItem.tabEl).child('span.x-tab-strip-login', true).innerHTML = text;
Ext.fly(this.loginCmdItem.tabEl).child('span.x-tab-strip-login-cmd', true).innerHTML = cmd;
},

setAddress: function(addr) {
Ext.get(this.loginItem.tabEl).child('span.x-tab-strip-login', true).qtip = addr;
},
Expand Down

0 comments on commit a643a79

Please sign in to comment.