diff --git a/admin/survey/modules/mod_EVOLI/script/script.js b/admin/survey/modules/mod_EVOLI/script/script.js index 3ab058db7..65fdf9f34 100644 --- a/admin/survey/modules/mod_EVOLI/script/script.js +++ b/admin/survey/modules/mod_EVOLI/script/script.js @@ -14,8 +14,8 @@ function addDepartment(val){ cnt ++; $("#department_holder").append("

"+ ""+ - ""+ - ""+ + ""+ + ""+ "

"); } @@ -34,7 +34,7 @@ function deleteDepartment(){ cnt = cnt-1; // Dodamo plus in minus novemu zadnjemu - $("#department_"+cnt).after(""+ - ""); + $("#department_"+cnt).after(""+ + ""); } }