Skip to content
Snippets Groups Projects
Commit f20036f7 authored by Maciej Fijalkowski's avatar Maciej Fijalkowski
Browse files

add progressbar

parent 590e6138
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,20 @@
<a href="#" onclick="general_donate(); return false;">Donate towards general pypy progress</a><br/>
</li>
<li>
<script>
$(function() {
$("#progressbar").progressbar({
value: 1.8
});
});
</script>
$1974 of $105000 (1.8%)
<div id="progressbar">
</div>
</li>
<li>
<span id="donate_text">This donation will go towards supporting python 3 in PyPy <a href="py3donate.html">Read proposal</a>
</li>
<li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment