Sfoglia il codice sorgente

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

Thanos 12 anni fa
parent
commit
7867325269

+ 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
                 });
             }
         });