File tree 1 file changed +0
-24
lines changed 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -123,30 +123,6 @@ <h2 class="major">Contact</h2>
123
123
< div id ="bg "> </ div >
124
124
125
125
<!-- 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 >
150
126
< script src ="assets/js/jquery.min.js "> </ script >
151
127
< script src ="assets/js/browser.min.js "> </ script >
152
128
< script src ="assets/js/breakpoints.min.js "> </ script >
You can’t perform that action at this time.
0 commit comments