[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 48356ae5d4bc8ee9926947d255b0a4f46300f56d

Evergreen Git git at git.evergreen-ils.org
Thu Feb 21 12:33:29 EST 2019


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, rel_3_1 has been updated
       via  48356ae5d4bc8ee9926947d255b0a4f46300f56d (commit)
      from  17d49cb0812614c92874d3e571059d713ba2c3cc (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 48356ae5d4bc8ee9926947d255b0a4f46300f56d
Author: McCanna <tmccanna at georgialibraries.org>
Date:   Fri Feb 15 13:29:21 2019 -0500

    LP#1784893 Reporter - External Documentation Links
    
    Removed old xulG logic which was not working in
    the web client. Link now opens in new browser tab.
    
    Signed-off-by: McCanna <tmccanna at georgialibraries.org>
    Signed-off-by: John Amundson <jamundson at cwmars.org>
    Signed-off-by: Jason Stephenson <jason at sigio.com>

diff --git a/Open-ILS/web/opac/common/js/fm_table_conf.js b/Open-ILS/web/opac/common/js/fm_table_conf.js
index 8879efe4be..c1c4c53b7f 100644
--- a/Open-ILS/web/opac/common/js/fm_table_conf.js
+++ b/Open-ILS/web/opac/common/js/fm_table_conf.js
@@ -134,13 +134,8 @@ var FM_TABLE_DISPLAY = {
                 var d = JSON2js(t.data());
                 if (d.version >= 4 && d.doc_url) {
                     var args = {};
-                    if (typeof xulG == 'undefined') {
-                        args.href = d.doc_url;
-                        args.target = '_blank';
-                    } else {
-                        args.href = '';
-                        args.onclick = "xulG.new_tab('" + d.doc_url + "'); return false"
-                    }
+                    args.href = d.doc_url;
+                    args.target='_blank';
                     return elem('a', args, 'External Documentation')
                 }
                 return text('');

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

Summary of changes:
 Open-ILS/web/opac/common/js/fm_table_conf.js | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list