Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-09 08:53:30 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-10-29 15:20:03 +0300
commit1c13c52acffeac59b0ef5d156a9a5bc36e611619 (patch)
treee140b7a2342d7ee396acc4b2abe24264f55d0549 /apps/systemtags/src
parentae59edc6bfa7331636c7a0d0b144f292367ae5a3 (diff)
Systemtags and external actions update
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/systemtags/src')
-rw-r--r--apps/systemtags/src/systemtagsinfoview.js8
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/systemtags/src/systemtagsinfoview.js b/apps/systemtags/src/systemtagsinfoview.js
index 548a147591c..2ec1ba0fef4 100644
--- a/apps/systemtags/src/systemtagsinfoview.js
+++ b/apps/systemtags/src/systemtagsinfoview.js
@@ -30,7 +30,7 @@
_rendered: false,
- className: 'systemTagsInfoView hidden',
+ className: 'systemTagsInfoView',
/**
* @type OC.SystemTags.SystemTagsInputField
@@ -123,11 +123,7 @@
var appliedTags = collection.map(modelToSelection)
self._inputView.setData(appliedTags)
- if (appliedTags.length !== 0) {
- self.show()
- } else {
- self.hide()
- }
+ self.show()
}
})
}