laiguoran 3 lat temu
rodzic
commit
b3e64a1d66
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/public/js/change_apply_information.js

+ 1 - 1
app/public/js/change_apply_information.js

@@ -173,7 +173,7 @@ $(document).ready(() => {
         }
     });
 
-    $('#project-table select').change(function () {
+    $('#apply-table select').change(function () {
         const val_name = $(this).attr('data-name');
         let val = _.trim($(this).val()) !== '' ? _.trim($(this).val()) : null;
         if(change[val_name] !== val) {