|
|
@@ -5801,9 +5801,9 @@ $(document).ready(() => {
|
|
|
}
|
|
|
});
|
|
|
$('#change_form textarea').on('keypress', function () {
|
|
|
- if(window.event.keyCode === 13) {
|
|
|
- $(this).blur();
|
|
|
- }
|
|
|
+ // if(window.event.keyCode === 13) {
|
|
|
+ // $(this).blur();
|
|
|
+ // }
|
|
|
});
|
|
|
$('#change_form input[type="text"]').blur(function () {
|
|
|
let val_name = $(this).attr('name');
|