From e1a7501799119e0f305616af5bf97149d9bdf4c0 Mon Sep 17 00:00:00 2001 From: edoceo Date: Wed, 1 Aug 2012 19:37:37 -0700 Subject: [PATCH] Sort of in line with 949322 but not absolutely necessary This just supresses the message about what text was copied to the clipboard - globally! Signed-off-by: edoceo Signed-off-by: Jason Etheridge --- Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js b/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js index af522518e5..207e1f8356 100644 --- a/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js +++ b/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js @@ -567,7 +567,7 @@ .getService(Components.interfaces.nsIClipboardHelper); gClipboardHelper.copyString(text); var Strings = $('offlineStrings') || $('commonStrings'); - alert(Strings.getFormattedString('openils.global_util.clipboard', [text])); + // alert(Strings.getFormattedString('openils.global_util.clipboard', [text])); } catch(E) { var Strings = $('offlineStrings') || $('commonStrings'); alert(Strings.getFormattedString('openils.global_util.clipboard.error', [E])); -- 2.43.2