Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: fix spinner field increment in forms
  • Loading branch information
lekma authored and perexg committed Jun 1, 2016
1 parent 1ea906b commit 100aad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/idnode.js
Expand Up @@ -830,7 +830,7 @@ tvheadend.idnode_editor_field = function(f, conf)
value: value,
minValue: f.intmin,
maxValue: f.intmax,
incrementalValue: f.intstep || 1
incrementValue: f.intstep || 1
});
break;
}
Expand Down

0 comments on commit 100aad8

Please sign in to comment.