Specify type/javascript on script tags.

This commit is contained in:
Patrick Filler 2011-07-21 10:31:04 -04:00
parent edd7dac03a
commit 3741c6149e

View file

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