diff --git a/OurUmbraco.Site/Assets/js/community.js b/OurUmbraco.Site/Assets/js/community.js index 660906d8..ea95186d 100644 --- a/OurUmbraco.Site/Assets/js/community.js +++ b/OurUmbraco.Site/Assets/js/community.js @@ -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 {