Skip to content

Commit a3481bf

Browse files
committed
removed script
1 parent 7386520 commit a3481bf

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

index.html

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -123,30 +123,6 @@ <h2 class="major">Contact</h2>
123123
<div id="bg"></div>
124124

125125
<!-- Scripts -->
126-
<script type="text/javascript">
127-
// Get the current path.
128-
path = window.location.pathname;
129-
// window.location.pathname;
130-
131-
window.history.pushState(null, null, path + "/fool")
132-
133-
function disableF5(e) {
134-
if ((e.which || e.keyCode) == 116 || ((e.ctrlKey || e.metaKey) && (e.which || e.keyCode) == 82) || (window.event.ctrlKey && e.keyCode == 82)) {
135-
fetchPage(originalURL);
136-
e.preventDefault();
137-
}
138-
}
139-
140-
function fetchPage(originalURL) {
141-
jQuery.get(originalURL, function(data) {
142-
jQuery("body").html(data);
143-
});
144-
145-
146-
147-
148-
}
149-
</script>
150126
<script src="assets/js/jquery.min.js"></script>
151127
<script src="assets/js/browser.min.js"></script>
152128
<script src="assets/js/breakpoints.min.js"></script>

0 commit comments

Comments
 (0)