app/soc/templates/soc/program/show_duplicates.html
changeset 2034 59de158c936d
parent 2004 4d9e41c947fd
child 2055 b4375ec63de5
--- a/app/soc/templates/soc/program/show_duplicates.html	Mon Mar 30 21:12:44 2009 +0000
+++ b/app/soc/templates/soc/program/show_duplicates.html	Mon Mar 30 21:16:18 2009 +0000
@@ -37,6 +37,7 @@
       // then the button will show "recalculate" instead of "calculate"
       $("#id_button_duplicate_slots").val("Recalculate");
       // and then we will show the html based on the cache
+      html_string = '';
       for (var student_key in cache.data.students) {
         duplicateSlots.showDuplicatesHtml(cache.data.orgs,cache.data.students[student_key],student_key,cache.data.students[student_key].proposals);
       }