forked from CGM_Public/pretix_original
Fix typo
This commit is contained in:
@@ -157,7 +157,7 @@ $(function () {
|
|||||||
"use strict";
|
"use strict";
|
||||||
$("body").on('submit', 'form[data-asynctask]', function (e) {
|
$("body").on('submit', 'form[data-asynctask]', function (e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
$(this).removeClass("dirty); // Avoid problems with are-you-sure.js
|
$(this).removeClass("dirty"); // Avoid problems with are-you-sure.js
|
||||||
if ($("body").data('ajaxing')) {
|
if ($("body").data('ajaxing')) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user