diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-02 20:22:57 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-02 20:22:57 +0200 |
| commit | 5e9cb8f08b8fac65b466118a8590628d911db987 (patch) | |
| tree | 2d3e5dfb2ec6527963a395a2a6840bf96c035da1 /templates/index.html | |
| parent | b81032556cc1acd245edcff9b0ae646334daba53 (diff) | |
| download | jokevote-5e9cb8f08b8fac65b466118a8590628d911db987.tar.gz jokevote-5e9cb8f08b8fac65b466118a8590628d911db987.zip | |
undo button typo
Diffstat (limited to 'templates/index.html')
| -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'), |
