Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: typo fix, fixes #3078
  • Loading branch information
perexg committed Sep 14, 2015
1 parent 0bdabd4 commit 15a3ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/idnode.js
Expand Up @@ -247,7 +247,7 @@ tvheadend.IdNodeField = function(conf)
this.intsplit = conf.intsplit;
this.hexa = conf.hexa;
this.group = conf.group;
this.lorder = config.lorder;
this.lorder = conf.lorder;
this['enum'] = conf['enum'];
this.store = null;
if (this['enum'])
Expand Down

0 comments on commit 15a3ff4

Please sign in to comment.