diff website/www/index.txt @ 4398:5f6d94a75dcd website

fixes
author Richard Jones <richard@users.sourceforge.net>
date Sat, 24 Jul 2010 11:58:13 +0000
parents 86a864e36331
children 74bc470b05f6
line wrap: on
line diff
--- a/website/www/index.txt	Sat Jul 24 11:18:59 2010 +0000
+++ b/website/www/index.txt	Sat Jul 24 11:58:13 2010 +0000
@@ -7,13 +7,13 @@
 
         .. raw:: html
 
-           <span id="release_info">release info</span>
+           <span id="release_info">Version: [unknown]</span>
 
 .. raw:: html
 
    <script type="text/javascript">
-    $.getJSON('http://pypi.python.org/pypi/roundup/json', function(data) {
-     $('#release_info').html('<p>Version: ' + data.version + '</p>');
+    $.getJSON('http://pypi.python.org/pypi/roundup/json?callback=?', function(data) {
+     $('#release_info').html('Version: ' + data.version);
     });
    </script>
 

Roundup Issue Tracker: http://roundup-tracker.org/