| changeset 526: |
f43baa882327 |
| parent 525: | f6fb683b3e54 |
| child 527: | 079d2077ee5b |
| author: |
loic@call.dachary.org |
| date: |
Tue Jul 01 18:38:42 2008 +0200 (3 months ago) |
| files: |
Makefile jpoker/markup/MarkupPostBody.tiddler |
| description: |
include the proper jquery version |
--- a/Makefile Tue Jul 01 18:28:58 2008 +0200
+++ b/Makefile Tue Jul 01 18:38:42 2008 +0200
@@ -42,8 +42,8 @@
cp -a jpoker/index.html jpoker/index-*.html jpoker-binary-${VERSION}
mkdir jpoker-binary-${VERSION}/jquery
cp -a jpoker/jquery/themes jpoker-binary-${VERSION}/jquery
- cp -a jpoker/jquery/jquery-1.2.4b.js jpoker-binary-${VERSION}/jquery
- cp -a jpoker/jquery/ui.*.js jpoker-binary-${VERSION}/jquery
+ cp -a jpoker/jquery/jquery-1.2.6.js jpoker-binary-${VERSION}/jquery
+ cp -a jpoker/jquery/ui jpoker-binary-${VERSION}/jquery
cp -a jpoker/js jpoker-binary-${VERSION}
cp -a jpoker/css jpoker-binary-${VERSION}
mkdir jpoker-binary-${VERSION}/l10n
--- a/jpoker/markup/MarkupPostBody.tiddler Tue Jul 01 18:28:58 2008 +0200
+++ b/jpoker/markup/MarkupPostBody.tiddler Tue Jul 01 18:38:42 2008 +0200
@@ -1,10 +1,10 @@
<!--{{{-->
-<script language="JavaScript" type="text/javascript" src="jquery/jquery-1.2.4b.js"></script>
-<script language="JavaScript" type="text/javascript" src="jquery/ui.core.js"></script>
-<script language="JavaScript" type="text/javascript" src="jquery/ui.draggable.js"></script>
-<script language="JavaScript" type="text/javascript" src="jquery/ui.resizable.js"></script>
-<script language="JavaScript" type="text/javascript" src="jquery/ui.dialog.js"></script>
-<script language="JavaScript" type="text/javascript" src="jquery/ui.slider.js"></script>
+<script language="JavaScript" type="text/javascript" src="jquery/jquery-1.2.6.js"></script>
+<script language="JavaScript" type="text/javascript" src="jquery/ui/ui.core.js"></script>
+<script language="JavaScript" type="text/javascript" src="jquery/ui/ui.draggable.js"></script>
+<script language="JavaScript" type="text/javascript" src="jquery/ui/ui.resizable.js"></script>
+<script language="JavaScript" type="text/javascript" src="jquery/ui/ui.dialog.js"></script>
+<script language="JavaScript" type="text/javascript" src="jquery/ui/ui.slider.js"></script>
<script src="js/json2.js" type="text/javascript"></script>
<script src="js/jquery.gettext.js" type="text/javascript"></script>
<script src="js/jquery.ajaxQueue.js" type="text/javascript"></script>