Fix inclusion of jQuery in release-mode. Tweak shippy

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1934 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2011-01-18 19:04:34 +00:00
parent 717f596928
commit c6cd4c800a
2 changed files with 9 additions and 13 deletions

View File

@@ -11,9 +11,9 @@
<link rel="stylesheet" href="spinbtn/JQuerySpinBtn.css" type="text/css"/>
<!--{if jquery_release}>
<script type="text/javascript" src="jquery.js"></script>
<!{else}-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.js"></script>
<!{else}-->
<script type="text/javascript" src="jquery.js"></script>
<!--{endif}-->
<script type="text/javascript" src="js-hotkeys/jquery.hotkeys.min.js"></script>