summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/index.js2
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);
});
}