summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-12-08 16:40:55 -0500
committerAdam Young <ayoung@redhat.com>2010-12-08 16:41:31 -0500
commit6a5b308c9b11eae1a292949564172977274a8e9e (patch)
treea2dccfc727f7c00b75e2aaacb049e2948ea56a1e
parent8bd9f1333fe87e31c93632959fec38bded38e2d5 (diff)
downloadfreeipa-6a5b308c9b11eae1a292949564172977274a8e9e.tar.gz
freeipa-6a5b308c9b11eae1a292949564172977274a8e9e.tar.xz
freeipa-6a5b308c9b11eae1a292949564172977274a8e9e.zip
remove URL from error messages.
URL was always ipa/json. This means nothing to the end user.
-rw-r--r--install/static/ipa.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/static/ipa.js b/install/static/ipa.js
index 10993af85..a7c0658a9 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);