Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: another quickfix, fixes #3078
  • Loading branch information
perexg committed Sep 14, 2015
1 parent 15a3ff4 commit 21ed3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/idnode.js
Expand Up @@ -120,7 +120,7 @@ tvheadend.idnode_enum_store = function(f)
return store;
};

tvheadend.idnode_enum_select_store = function(conf, st, to=false)
tvheadend.idnode_enum_select_store = function(conf, st, to)
{
var r = new Ext.data.JsonStore({
id: 'key',
Expand Down

0 comments on commit 21ed3ed

Please sign in to comment.