Skip to content

Commit

Permalink
Merge pull request #1238 from Kapps/patch-1
Browse files Browse the repository at this point in the history
Fix issue 15697 - The TWID script is always served over HTTP
  • Loading branch information
adamdruppe committed Feb 18, 2016
2 parents c086a3c + c3352c0 commit 2ceda72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.dd
Expand Up @@ -382,7 +382,7 @@ Macros:
LAYOUT_PREFIX=
LAYOUT_SUFFIX=
$(SCRIPTLOAD $(ROOT_DIR)js/run-main-website.js)
$(SCRIPTLOAD http://arsdnet.net/this-week-in-d/twid-latest.js)
$(SCRIPTLOAD //arsdnet.net/this-week-in-d/twid-latest.js)
LAYOUT_TITLE=
TOUR=$(DIVC item, $(SECTION4 $(LINK2 $1, $(TC i, fa fa-$2 big-icon)$3), $4))
TOUR=$(DIVC item, $(SECTION4 $(TC i, fa fa-$1 big-icon)$2, $3))
Expand Down

0 comments on commit 2ceda72

Please sign in to comment.