From: Damyan Ivanov Date: Sun, 6 Mar 2022 09:36:52 +0000 (+0000) Subject: drop delete button's text, takes too much space on phone screen X-Git-Url: https://git.ktnx.net/?p=lsl.git;a=commitdiff_plain;h=97fa86bf3645dcbb658fd85a47f327aecd634888 drop delete button's text, takes too much space on phone screen --- diff --git a/public/javascripts/lsl.js b/public/javascripts/lsl.js index 97c0dfe..6236bf7 100644 --- a/public/javascripts/lsl.js +++ b/public/javascripts/lsl.js @@ -104,7 +104,6 @@ function edit_list() { { class: 'btn-delete', icon: 'ui-icon-trash', - text: 'Delete', click: () => { delete_list(d); },