diff --git a/src/spapi/getSiteUrl.js b/src/spapi/getSiteUrl.js index 6841f6b..501bfa0 100644 --- a/src/spapi/getSiteUrl.js +++ b/src/spapi/getSiteUrl.js @@ -45,7 +45,7 @@ define(["jquery"], function($){ document.location.hostname + ( Number(document.location.port) !== 80 && Number(document.location.port) > 0 ? - document.location.port : + ":" + document.location.port : "" ) + pageAddress;