Removed all inline <script> tags

This commit is contained in:
Raphael Michel
2016-04-10 16:44:49 +02:00
parent eafbe95370
commit 5cca426cd3
16 changed files with 157 additions and 87 deletions

View File

@@ -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(
{