|
|
@@ -34,8 +34,8 @@
|
|
|
});
|
|
|
$(customFields[0]).on('input', function () {
|
|
|
setTimeout(function () {
|
|
|
- console.log('Input event handled including paste event');
|
|
|
- }, 0);
|
|
|
+ checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
|
|
|
+ }, 1);
|
|
|
});
|
|
|
$(customFields[0]).focus(function () {
|
|
|
$(customFields[0]).addClass('has-success');
|