forked from CGM_Public/pretix_original
Fix typo
This commit is contained in:
@@ -157,7 +157,7 @@ $(function () {
|
||||
"use strict";
|
||||
$("body").on('submit', 'form[data-asynctask]', function (e) {
|
||||
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')) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user