Skip to content
Snippets Groups Projects
Commit ab418978 authored by juanf's avatar juanf
Browse files

SSDM-3027 : CIFS on ELN Windows

SVN: 36743
parent 15881248
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment