Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoapi committed Jul 10, 2018
1 parent 62df56b commit 7fe65f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions js/_source/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
{
var start = new Date().getTime();
var st = new Date().getTime();
var error = false;
var received = false;

url = atob(url);
Expand All @@ -62,6 +63,8 @@

.fail(function()
{
error = true;

var err_message = "";
$.ajax({
type: 'GET',
Expand Down
2 changes: 1 addition & 1 deletion js/ajax.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7fe65f2

Please sign in to comment.