Sha256: bab5d08fe8e3df83fbd744f3b910f89812bf9619f1ce1c98d8c36fb45e1e039f
Contents?: true
Size: 192 Bytes
Versions: 2
Compression:
Stored size: 192 Bytes
Contents
function homepage() { let proto = location.protocol; let port = location.port; let currentSite = window.location.hostname; window.location = proto + '//' + currentSite + ':' + port; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
casjaysdev-jekyll-theme-0.2.6 | assets/js/errorpages/homepage.js |
casjaysdev-jekyll-theme-0.2.5 | assets/js/errorpages/homepage.js |