FEAT increased delay for save button reactivation to 3000ms
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
657742893b
commit
87c5990927
|
|
@ -107,7 +107,7 @@ add_action('edit_form_after_title', function () {
|
|||
// Réactiver le bouton et restaurer le texte après un délai
|
||||
setTimeout(function() {
|
||||
$button.prop('disabled', false).text('Sauvegarder');
|
||||
}, 2000);
|
||||
}, 3000);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user