This website works better with JavaScript.
Home
Explore
Help
Sign In
Websites
/
Haazen
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Removed unneeded Javascript
master
Marcel Haazen
6 years ago
parent
ed9d843d3f
commit
a8cba92a5f
2 changed files
with
3 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-5
contact.html
+2
-1
index.html
+ 1
- 5
contact.html
View File
@ -89,11 +89,7 @@
<
/
div
>
<
/
footer
>
<
script
>
document.write('
<
script
src
=
'
+
('__proto__' in {} ? 'js/vendor/zepto' : 'js/vendor/jquery') +
'.js>
<
\/script>')
<
/
script
>
<
script
src
=
"js/vendor/jquery.js"
type
=
"text/javascript"
>
<
/
script
>
<
script
src
=
"js/foundation.min.js"
>
<
/
script
>
<
script
>
+ 2
- 1
index.html
View File
@ -100,7 +100,8 @@
<
/
div
>
<
/
div
>
<
/
footer
>
<
script
src
=
"js/main.js"
>
<
/
script
>
<
script
src
=
"js/vendor/jquery.js"
type
=
"text/javascript"
>
<
/
script
>
<
script
src
=
"js/foundation.min.js"
>
<
/
script
>
<
script
>
$(document).foundation();
Write
Preview
Loading…
Cancel
Save