Skip to content

Commit

Permalink
Merge pull request #1432 from smita786/master
Browse files Browse the repository at this point in the history
bug fix #4662
  • Loading branch information
smita786 committed Dec 21, 2014
2 parents d521f39 + 8380d5b commit 16a8565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tbl_structure.js
Expand Up @@ -75,7 +75,7 @@ AJAX.registerTeardown('tbl_structure.js', function () {
$(document).off('click', "a.add_index_anchor.ajax");
$(document).off('click', "a.add_unique_anchor.ajax");
$(document).off('click', "#move_columns_anchor");
$(".append_fields_form.ajax").unbind('submit');
$(document).off('submit', ".append_fields_form.ajax");
$('body').off('click', '#fieldsForm.ajax button[name="submit_mult"], #fieldsForm.ajax input[name="submit_mult"]');
});

Expand Down

0 comments on commit 16a8565

Please sign in to comment.