changed timeout to 1000ms in linkfied change event
This commit is contained in:
parent
de4f1ef3a7
commit
c79f31c5bc
1 changed files with 1 additions and 1 deletions
|
|
@ -657,7 +657,7 @@ LinkField.prototype.make_input = function() {
|
|||
if (!me.set_input_value_executed) {
|
||||
me.set_input_value(val);
|
||||
}
|
||||
}, 100);
|
||||
}, 1000);
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue