Skip to content

Commit 766b708

Browse files
author
Richard Jones
committed
fixes
1 parent 9391cb7 commit 766b708

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/www/index.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Roundup Issue Tracker
77

88
.. raw:: html
99

10-
<span id="release_info">release info</span>
10+
<span id="release_info">Version: [unknown]</span>
1111

1212
.. raw:: html
1313

1414
<script type="text/javascript">
15-
$.getJSON('http://pypi.python.org/pypi/roundup/json', function(data) {
16-
$('#release_info').html('<p>Version: ' + data.version + '</p>');
15+
$.getJSON('http://pypi.python.org/pypi/roundup/json?callback=?', function(data) {
16+
$('#release_info').html('Version: ' + data.version);
1717
});
1818
</script>
1919

0 commit comments

Comments
 (0)