Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.9.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyaltman committed Jun 30, 2011
2 parents f9ce7c3 + bea3420 commit f57b7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gameboard.php
Expand Up @@ -30,7 +30,7 @@
echo ' <script src="'.$rooturl.'/library/jquery-1.6.1.min.js" type="text/javascript"></script>'."\n";
echo ' <script src="'.$rooturl.'/library/myjquery.js" type="text/javascript"></script>'."\n";
echo ' <script src="utility.js" type="text/javascript"></script>'."\n";
echo ' <script src="citow_draw.js" type="text/javascript"></script>'."\n";
echo ' <script src="citow_draw.js?v='.$v.'" type="text/javascript"></script>'."\n";
echo ' <script src="gameboard.js?v='.$v.'" type="text/javascript"></script>'."\n";
echo '</head>'."\n";
echo '<body id="body">'."\n";
Expand Down

0 comments on commit f57b7a4

Please sign in to comment.