This commit removes confirmation boxes popping up when a hyperlink is clicked
authorChris Sharp <csharp@georgialibraries.org>
Sun, 19 Jan 2014 14:48:15 +0000 (09:48 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 31 Oct 2017 19:12:39 +0000 (15:12 -0400)
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

index 10432ae..1701ff8 100644 (file)
                 .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]));