Skip to content
Snippets Groups Projects

Issue #3519816: Does not work with Ajax form submissions

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -21,7 +21,7 @@
// Let all form submit buttons through.
$(".node-form input[type='submit'], .node-form button[type='submit']").each(function() {
$(this).addClass('node-edit-protection-processed');
$(this).click(function() {
$(this).mousedown(function() {
click = true;
});
});
Loading