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

Merge branch 'dev' of github.com:node-red/node-red into dev

This commit is contained in:
Nick O'Leary 2019-09-30 09:56:01 +01:00
commit ad4cf8d631
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -41,7 +41,7 @@
oneditprepare: function() {
var that = this;
$( "#node-input-outputs" ).spinner({
min:1,
min:0,
change: function(event, ui) {
var value = this.value;
if (!value.match(/^\d+$/)) { value = 1; }