mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Removed all inline <script> tags
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*global $, waitingDialog, default_loading_message */
|
||||
/*global $, waitingDialog, gettext */
|
||||
var async_task_id = null;
|
||||
var async_task_timeout = null;
|
||||
var async_task_check_url = null;
|
||||
@@ -56,7 +56,7 @@ $(function () {
|
||||
return;
|
||||
}
|
||||
$(this).data('ajaxing', true);
|
||||
waitingDialog.show(default_loading_message);
|
||||
waitingDialog.show(gettext('We are processing your request…'));
|
||||
|
||||
$.ajax(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user