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.
.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]));