From 64a3bdc2a673e0a3d8ae3302c7bb974b9d6c4027 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Sun, 19 Jan 2014 09:48:15 -0500 Subject: [PATCH] This commit removes confirmation boxes popping up when a hyperlink is clicked In PINES, we expect the behavior we've always had, so we revert the change. Revert "Sort of in line with 949322 but not absolutely necessary" This reverts commit e1a7501799119e0f305616af5bf97149d9bdf4c0. --- 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 10432aea1c..1701ff85e0 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 @@ -611,7 +611,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.11.0