OUR-303 "Copy Link" - URL doesn't work in Safari

#OUR-303 Fixed
This commit is contained in:
Sebastiaan Janssen
2015-08-09 14:10:09 +02:00
parent 730beda0d6
commit 419e7d68b4
+1 -1
View File
@@ -148,7 +148,7 @@ $(function () {
e.preventDefault();
if (deepLinking === false) {
body.addClass("active copy-prompt");
getLink.html(window.location.hostname + window.location.pathname + $(this).attr("data-id"));
getLink.html(window.location.protocol + "//" + window.location.hostname + window.location.pathname + $(this).attr("data-id"));
getLink.focus().select();
deepLinking = true;
} else {