diff options
Diffstat (limited to 'install/static/details.js')
-rw-r--r-- | install/static/details.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/static/details.js b/install/static/details.js index 99666b10..62c5c5eb 100644 --- a/install/static/details.js +++ b/install/static/details.js @@ -121,6 +121,7 @@ function ipa_details_load(jobj, pkey, on_win, on_fail) var details = $('.details', jobj).empty(); details.append('<p>Error: '+error_thrown.name+'</p>'); + details.append('<p>URL: '+this.url+'</p>'); details.append('<p>'+error_thrown.message+'</p>'); }; |