소스 검색

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