Last active
December 21, 2015 07:58
-
-
Save jakeboxer/6274618 to your computer and use it in GitHub Desktop.
Revisions
-
jakeboxer revised this gist
Aug 19, 2013 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ <script type="text/javascript"> if (self == top) { var theBody = document.getElementsByTagName('body')[0]; theBody.style.display = "block"; } else {top.location = self.location;} </script> -
jakeboxer revised this gist
Aug 19, 2013 . No changes.There are no files selected for viewing
-
jakeboxer revised this gist
Aug 19, 2013 . No changes.There are no files selected for viewing
-
jakeboxer created this gist
Aug 19, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ <script type="text/javascript"> if (self == top) { var theBody = document.getElementsByTagName('body')[0]; theBody.style.display = "block"; } else {top.location = self.location;} </script>