Преглед изворни кода

Fixed small internet explorer js error.
Removed a trailing comma from an object.

Thanos пре 12 година
родитељ
комит
7867325269
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Resources/views/CRUD/edit_orm_many_association_script.html.twig

+ 1 - 1
Resources/views/CRUD/edit_orm_many_association_script.html.twig

@@ -118,7 +118,7 @@ This code manage the many-to-[one|many] association field popup
                         jQuery('a', field_dialog_{{ id }}).die('click');
                         jQuery('form', field_dialog_{{ id }}).die('submit');
                     },
-                    zIndex: 9998,
+                    zIndex: 9998
                 });
             }
         });