Преглед на файлове

Merge branch 'Merge_gabriel_mayo' of https://git.ccom.uprrp.edu/CDCC/OLAS into Merge_gabriel_mayo

rubricas
Carlos J Corrada Bravo преди 3 години
родител
ревизия
8b439fe0da
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      app/views/local/managers/shared/rubrics.blade.php

+ 1
- 1
app/views/local/managers/shared/rubrics.blade.php Целия файл

510
             {
510
             {
511
                 objectives = JSON.stringify(arrayItem.objectives);
511
                 objectives = JSON.stringify(arrayItem.objectives);
512
                 $('#select-criterion')
512
                 $('#select-criterion')
513
-                    .append('<option data-criterion-id="'+arrayItem.id+'" data-program-ids = "'+arrayItem.program_ids+'" data-assoc-objectives= '+"'"+objectives+"'"+'>'+arrayItem.name+'</option>');
513
+                    .append('<option data-criterion-id="'+arrayItem.id+'" data-program-ids = '+"'"+arrayItem.program_ids+"'"+' data-assoc-objectives= '+"'"+objectives+"'"+'>'+arrayItem.name+'</option>');
514
             });
514
             });
515
 
515
 
516
             // If there are no criteria assigned to the selected outcome, disable the
516
             // If there are no criteria assigned to the selected outcome, disable the