# HG changeset patch
# User Maciej Fijalkowski <fijall@gmail.com>
# Date 1327658449 -7200
#      Fri Jan 27 12:00:49 2012 +0200
# Branch extradoc
# Node ID f663f346f8dc2795a70deeece519c13694e95391
# Parent  0721767ab411085813abd5bb3f00031eb3ac413e
make it not cache

diff --git a/js/script2.js b/js/script2.js
--- a/js/script2.js
+++ b/js/script2.js
@@ -1,18 +1,18 @@
 
 function py3k_donate() {
-    $.get("don1.html", function (html) {
+    $.get("don1.html#", function (html) {
         $("#sidebar").html(html);
     });
 }
 
 function general_donate() {
-    $.get("don2.html", function (html) {
+    $.get("don2.html#", function (html) {
         $("#sidebar").html(html);
     });
 }
 
 function numpy_donate() {
-    $.get("don3.html", function (html) {
+    $.get("don3.html#", function (html) {
         $("#sidebar").html(html);
     });
 }