changed timeout to 1000ms in linkfied change event

This commit is contained in:
Rushabh Mehta 2012-07-04 10:46:17 +02:00
parent de4f1ef3a7
commit c79f31c5bc

View file

@ -657,7 +657,7 @@ LinkField.prototype.make_input = function() {
if (!me.set_input_value_executed) {
me.set_input_value(val);
}
}, 100);
}, 1000);
}
})
}