Quellcode durchsuchen

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

Thanos vor 12 Jahren
Ursprung
Commit
7867325269
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
                 });
             }
         });