Specify type/javascript on script tags.

gh-pages
Patrick Filler 2011-07-21 10:31:04 -04:00
parent edd7dac03a
commit 3741c6149e
1 changed files with 2 additions and 2 deletions

View File

@ -1244,8 +1244,8 @@
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js"></script>
<script src="https://raw.github.com/harvesthq/chosen/master/chosen/chosen.proto.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js" type="text/javascript"></script>
<script src="https://raw.github.com/harvesthq/chosen/master/chosen/chosen.proto.js" type="text/javascript"></script>
<script type="text/javascript">