diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-15 16:53:13 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:43 +0200 |
| commit | f8220bbcc4cb744b4fc1b86363e1b8fba15d1bf1 (patch) | |
| tree | d600cc8ee07720a8b1d1beb14b8f721620677a93 /js/index.js | |
| parent | 6f61454b8d7adb4a87e71eb75e8637aa97d84c8b (diff) | |
| download | wvs-vplan-f8220bbcc4cb744b4fc1b86363e1b8fba15d1bf1.tar.gz wvs-vplan-f8220bbcc4cb744b4fc1b86363e1b8fba15d1bf1.zip | |
löse Fehler "textStatus is not defined"
Diffstat (limited to 'js/index.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); }); } |
