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

make it not cache

parent 0721767a
No related branches found
No related tags found
No related merge requests found
function py3k_donate() {
$.get("don1.html", function (html) {
$.get("don1.html#", function (html) {
$("#sidebar").html(html);
});
}
function general_donate() {
......@@ -4,11 +4,11 @@
$("#sidebar").html(html);
});
}
function general_donate() {
$.get("don2.html", function (html) {
$.get("don2.html#", function (html) {
$("#sidebar").html(html);
});
}
function numpy_donate() {
......@@ -10,9 +10,9 @@
$("#sidebar").html(html);
});
}
function numpy_donate() {
$.get("don3.html", function (html) {
$.get("don3.html#", function (html) {
$("#sidebar").html(html);
});
}
......
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