mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 23:28:49 +01:00
Added German (Switzerland) (de_CH) Part 3.
Fixed lint. Thanks to translators and xet7 !
This commit is contained in:
parent
1b86aeb4f5
commit
6ff9c5b58d
5 changed files with 8 additions and 6 deletions
|
|
@ -3,7 +3,7 @@ const descriptionFormIsOpen = new ReactiveVar(false);
|
|||
BlazeComponent.extendComponent({
|
||||
onDestroyed() {
|
||||
descriptionFormIsOpen.set(false);
|
||||
$(".note-popover").hide();
|
||||
$('.note-popover').hide();
|
||||
},
|
||||
|
||||
descriptionFormIsOpen() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue