From 5e9cb8f08b8fac65b466118a8590628d911db987 Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 2 Jun 2016 20:22:57 +0200 Subject: undo button typo --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 516f622..79609f8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -102,7 +102,7 @@ if (type == 'delete') { var deletebtn = $('.deletebtn', container); var id = deletebtn.data('id'); - var undobtn = $(''); + var undobtn = $(''); undobtn.click(function() { $.ajax({ url: form.attr('action').replace(/\/delete$/, '/undelete'), -- cgit v1.3.1