summaryrefslogtreecommitdiff
path: root/website/templates/schedule.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/schedule.html')
-rw-r--r--website/templates/schedule.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/website/templates/schedule.html b/website/templates/schedule.html
index 4f89f3f..0b2a9cf 100644
--- a/website/templates/schedule.html
+++ b/website/templates/schedule.html
@@ -346,6 +346,7 @@
$(".abs-link").click(function() {
var pid = $(this).data("pid");
$("#ajax-loader").show();
+ $("#abs").html("");
$.ajax({
url: "/2013/ajax-get-abstract/",
type: "POST",