Fixing jQuery not loading if running intro deck from file://

This commit is contained in:
imakewebthings 2011-08-24 12:17:35 +08:00
parent 29e9eee6f5
commit bbb17fc14b

View file

@ -200,8 +200,8 @@
<a href="." title="Permalink to this slide" class="deck-permalink">#</a>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.js"></script>
<script>window.jQuery || document.write('<script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.1.min.js">\x3C/script>')</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.js"></script>
<script>window.jQuery || document.write('<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.1.min.js">\x3C/script>')</script>
<!-- Deck Core and extensions -->
<script src="../core/deck.core.js"></script>