Fix: debug ckeditor and VAT

This commit is contained in:
Regis Houssin
2012-08-27 13:27:27 +02:00
parent 35a0311d28
commit 2f14fbe791
4 changed files with 80 additions and 91 deletions

View File

@@ -739,7 +739,7 @@ function hideMessage(fieldId,message) {
$.widget("ui.onDelayedKeyup", {
_init : function() {
var self = this;
$(this.element).bind('change keyup input', function() {
$(this.element).bind('keyup', function() {
if(typeof(window['inputTimeout']) != "undefined"){
window.clearTimeout(inputTimeout);
}