diff options
Diffstat (limited to 'install/static/ipa.js')
-rw-r--r-- | install/static/ipa.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/static/ipa.js b/install/static/ipa.js index 10993af8..a7c0658a 100644 --- a/install/static/ipa.js +++ b/install/static/ipa.js @@ -308,7 +308,6 @@ function ipa_cmd(name, args, options, win_callback, fail_callback, objname, comm IPA.error_dialog.empty(); IPA.error_dialog.attr('title', error_thrown.title); - IPA.error_dialog.append('<p>URL: '+this.url+'</p>'); IPA.error_dialog.append('<p>'+error_thrown.message+'</p>'); dialog_open.call(this, xhr, text_status, error_thrown); |