app/soc/content/js/org-accept.js
changeset 1506 b908d671624e
parent 1367 9899e92121b7
--- a/app/soc/content/js/org-accept.js	Thu Feb 26 08:48:02 2009 +0000
+++ b/app/soc/content/js/org-accept.js	Thu Feb 26 09:02:51 2009 +0000
@@ -4,7 +4,7 @@
 
 function acceptOrgInit(bulk_accept_link) {
 	// get the JSON object with details of every application for bulk acceptance
-	$.getJSON(bulk_accept_link,
+	$.getJSON(bulk_accept_link+"?_="+(new Date().getTime()),
 		function(data){
 			// If there are applications to accept...
 			if (data.nr_applications != 0) {