diff -r cafa4caec14f -r 5d55e61dd338 app/soc/content/js/slot-allocator-090320.js --- 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;