1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Update spinner to reflect new power range. (#218)

This commit is contained in:
Nathanaël Lécaudé 2016-06-29 13:32:27 -03:00 committed by Dave Conway-Jones
parent c830e461ea
commit 14cfbf7b0b

View File

@ -218,7 +218,7 @@
$("#node-input-period").spinner({min:0}); $("#node-input-period").spinner({min:0});
$("#node-input-count").spinner({min:0}); $("#node-input-count").spinner({min:0});
$("#node-input-power").spinner({min:-30,max:100}); $("#node-input-power").spinner({min:-100,max:20});
$("#url-length").text(checkLength($('#node-input-url').val())); $("#url-length").text(checkLength($('#node-input-url').val()));
$("#node-input-mode").on("change",function() { $("#node-input-mode").on("change",function() {
if ($("#node-input-mode").val() === "uid") { if ($("#node-input-mode").val() === "uid") {