summaryrefslogtreecommitdiffstats
path: root/install/static/details.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/details.js')
-rw-r--r--install/static/details.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/details.js b/install/static/details.js
index d4593d82e..e4cbec77e 100644
--- a/install/static/details.js
+++ b/install/static/details.js
@@ -335,7 +335,7 @@ function ipa_details_load(container, pkey, on_win, on_fail)
var details = $('.details', container).empty();
details.append('<p>Error: '+error_thrown.name+'</p>');
- details.append('<p>URL: '+this.url+'</p>');
+ details.append('<p>'+error_thrown.title+'</p>');
details.append('<p>'+error_thrown.message+'</p>');
}