Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
challions committed Aug 30, 2015
1 parent 83ffc9b commit 9e67720
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
});

//Force Https
(function forceHttps(){
var ishttps = 'https:' == document.location.protocol ? true: false;
if(ishttps == false){
location.href = location.href.replace("http://", "https://");
}
})();
//(function forceHttps(){
// var ishttps = 'https:' == document.location.protocol ? true: false;
// if(ishttps == false){
// location.href = location.href.replace("http://", "https://");
// }
//})();

</script>

Expand Down

0 comments on commit 9e67720

Please sign in to comment.