ellisran пре 1 недеља
родитељ
комит
d6615cb567
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      app/public/js/change_information.js

+ 3 - 3
app/public/js/change_information.js

@@ -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');