|
@@ -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 %}
|