summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-05 18:11:01 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-05 18:11:01 +0200
commitf827f34c60d8660abfe22faf091b79e8220eb0fa (patch)
treee0e38df76372ad76e158cc4c5567896c0957e45c /public/bundle.js
parentc80b4686ec46504cf7050c4698d16646f18dc70d (diff)
delete task x fade
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/bundle.js b/public/bundle.js
index e4eba64..1ff2579 100644
--- a/public/bundle.js
+++ b/public/bundle.js
@@ -1361,7 +1361,7 @@ var FileRow = exports.FileRow = function FileRow(props) {
),
fields.has('delete') && onDelete && file.id && (0, _preact.h)(
'div',
- { className: 'delete', onClick: function onClick(e) {
+ { className: 'destroy', onClick: function onClick(e) {
return onDelete(file);
} },
'x'
@@ -2814,7 +2814,7 @@ var TaskList = function (_Component) {
});
return (0, _preact.h)(
'div',
- { 'class': 'taskList rows' },
+ { 'class': 'tasklist rows' },
taskList
);
}