Remove connection lost popup when websocket connection is lost

This commit is contained in:
yflory
2018-03-07 16:48:49 +01:00
parent 6a7c86aee7
commit f45023ed1f
7 changed files with 17 additions and 10 deletions

View File

@@ -237,7 +237,7 @@ define([
'tabindex': '-1',
'data-icon': faFolder,
}, Messages.fc_newfolder)),
h('li', h('a.cp-app-drive-context-hashtag.dropdown-item', {
h('li', h('a.cp-app-drive-context-hashtag.dropdown-item.cp-app-drive-context-editable', {
'tabindex': '-1',
'data-icon': faTags,
}, Messages.fc_hashtag)),