diff options
| -rw-r--r-- | templates/index.html | 2 |
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'), |
