fixed bug in formset loading session multicreate
This commit is contained in:
@@ -61,15 +61,16 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
<script src="/static/js/jquery-3.1.0.js">
|
||||||
|
</script>
|
||||||
<script src="/static/js/jquery.formset.js"></script>
|
<script src="/static/js/jquery.formset.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function(){
|
|
||||||
|
|
||||||
$('#ps-form-table tbody tr').formset({
|
$('#ps-form-table tbody tr').formset({
|
||||||
addText: ''
|
addText: ''
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(document).ready(function(){
|
||||||
|
|
||||||
|
|
||||||
$("tr.session_form_row").each(function() {
|
$("tr.session_form_row").each(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user