From ab4189781ed8d89dc6b575258800aedf4f423b48 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Wed, 22 Jun 2016 13:46:52 +0000 Subject: [PATCH] SSDM-3027 : CIFS on ELN Windows SVN: 36743 --- .../eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js index 72e6f259984..3e39b2d33f5 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js @@ -256,11 +256,11 @@ var Util = new function() { .append($("<br>")) .append("Directly clicking on it will open the default application.") .append($("<br>")) - .append($("<b>Mac/Unix: </b>")) + .append($("<b>Mac (Opens in Finder): </b>")) .append($("<a>", { "href" : directLinkUnix, "target" : "_blank"}).append(directLinkUnix)) .append($("<br>")) .append($("<b>Windows (Copy link on Explorer): </b>")) - .append($("<a>", { "href" : directLinkWin, "target" : "_blank"}).append(directLinkWin)); + .append(directLinkWin); $window.css("margin-bottom", "10px"); $window.css("margin-left", "10px"); $window.css("margin-right", "10px"); -- GitLab