diff --git a/builder/_index.js b/builder/_index.js index de13fb3..e80ba99 100644 --- a/builder/_index.js +++ b/builder/_index.js @@ -25,7 +25,7 @@ var MUB = { * Get markup for new source LI element */ newLi : function () { - return '
  • http://' + location.host + '/' + + return '
  • ' + location.protocol + '//' + location.host + '/' + ' ' + '
  • '; },