summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-06-02 20:22:57 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-06-02 20:22:57 +0200
commit5e9cb8f08b8fac65b466118a8590628d911db987 (patch)
tree2d3e5dfb2ec6527963a395a2a6840bf96c035da1
parentb81032556cc1acd245edcff9b0ae646334daba53 (diff)
downloadjokevote-5e9cb8f08b8fac65b466118a8590628d911db987.tar.gz
jokevote-5e9cb8f08b8fac65b466118a8590628d911db987.zip
undo button typo
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
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 = $('<button class="btn col s12"><i class="material-icon">delete undo</i></button>');
+ var undobtn = $('<button class="btn col s12"><i class="material-icons">delete undo</i></button>');
undobtn.click(function() {
$.ajax({
url: form.attr('action').replace(/\/delete$/, '/undelete'),