mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
New: [ task #498 ] part3
This commit is contained in:
@@ -739,7 +739,7 @@ function hideMessage(fieldId,message) {
|
||||
$.widget("ui.onDelayedKeyup", {
|
||||
_init : function() {
|
||||
var self = this;
|
||||
$(this.element).keyup(function() {
|
||||
$(this.element).bind('change keyup input', function() {
|
||||
if(typeof(window['inputTimeout']) != "undefined"){
|
||||
window.clearTimeout(inputTimeout);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user