app/soc/content/js/slot-allocator-090320.js
changeset 2147 5dd2091c8f0c
parent 2136 5d55e61dd338
child 2800 cd9eed2b787e
--- a/app/soc/content/js/slot-allocator-090320.js	Fri Apr 10 15:32:11 2009 +0000
+++ b/app/soc/content/js/slot-allocator-090320.js	Fri Apr 10 15:45:52 2009 +0000
@@ -57,6 +57,11 @@
   $.postJSON(url, current_slots, updateFromJSON);
 }
 
+function load() {
+  url = RETURN_URL+"?load=1&_="+(new Date().getTime())
+  $.postJSON(url, current_slots, updateFromJSON);
+}
+
 function updateOverlay() {
   updateCurrentSlots();
   var remaining_slots = MAX_AVAILABLE_SLOTS - current_allocated_slots;