diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.js b/js/index.js index 62292ac..c4af8db 100644 --- a/js/index.js +++ b/js/index.js @@ -27,7 +27,7 @@ function get_overview(){ location.href = '#overview'; }); - request.fail(function(jqXHR, msg){ + request.fail(function(jqXHR, textStatus){ alert("Etwas ist schiefgelaufen: " + textStatus); }); } |
