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

Evergreen Git git at git.evergreen-ils.org
Thu Feb 21 12:33:13 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, master has been updated
       via  2ea5dd1d32d86d5cc4f0fdf06de7f3faeef1df1e (commit)
      from  3d6c412fbd41bb44801912982b893a4b25da9c11 (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 2ea5dd1d32d86d5cc4f0fdf06de7f3faeef1df1e
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