Ver código fonte

converts tabs to spaces

Brent Shaffer 13 anos atrás
pai
commit
2aaf6c7b74

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

@@ -113,7 +113,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,
                 });
             }
         });
@@ -160,7 +160,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,
                 });
             }
         });
@@ -383,4 +383,4 @@ This code manage the many-to-[one|many] association field popup
     <!-- / edit many association -->
 </script>
 
-{% endautoescape %}
+{% endautoescape %}