[open-ils-commits] [GIT] Evergreen ILS branch master updated. e1a7501799119e0f305616af5bf97149d9bdf4c0

Evergreen Git git at git.evergreen-ils.org
Tue Sep 18 10:36:21 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  e1a7501799119e0f305616af5bf97149d9bdf4c0 (commit)
      from  2cc9df22ef56b6814712132150f0cd9b47929bf5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e1a7501799119e0f305616af5bf97149d9bdf4c0
Author: edoceo <code at edoceo.com>
Date:   Wed Aug 1 19:37:37 2012 -0700

    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 <code at edoceo.com>
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

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

-----------------------------------------------------------------------

Summary of changes:
 .../chrome/content/OpenILS/global_util.js          |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list