app/soc/content/js/slot-allocator-090320.js
changeset 2136 5d55e61dd338
parent 1953 6bd827320b3d
child 2147 5dd2091c8f0c
--- a/app/soc/content/js/slot-allocator-090320.js	Wed Apr 08 22:47:46 2009 +0000
+++ b/app/soc/content/js/slot-allocator-090320.js	Wed Apr 08 23:45:41 2009 +0000
@@ -52,6 +52,11 @@
   $.postJSON(url, current_slots, updateFromJSON);
 }
 
+function submit() {
+  url = RETURN_URL+"?submit=1&_="+(new Date().getTime())
+  $.postJSON(url, current_slots, updateFromJSON);
+}
+
 function updateOverlay() {
   updateCurrentSlots();
   var remaining_slots = MAX_AVAILABLE_SLOTS - current_allocated_slots;