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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-06-09 10:09:41 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-06-09 10:13:29 +0300
commit6bcace4609a27fc864b873bf66c66a8c2468ce87 (patch)
tree623ddee823f8be0209f93e541f7e5573030da3d1 /tests/karma.config.js
parentccf4b9ec69c3a9d33cc02b5cf01f2ff0a866efdd (diff)
Extract toggle visibility of a SystemTagsInfoView to its own view
The SystemTagsInfoViewToggleView is a basic view that renders a label that, when clicked, toggles the visibility of an associated SystemTagsInfoView. In order to keep the view parent agnostic its attachment and detachment to/from the MainfFileInfoView is done in the FilesPlugin. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r--tests/karma.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index 62b5171dcd1..07dc2965346 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -102,6 +102,7 @@ module.exports = function(config) {
// need to enforce loading order...
'apps/systemtags/js/app.js',
'apps/systemtags/js/systemtagsinfoview.js',
+ 'apps/systemtags/js/systemtagsinfoviewtoggleview.js',
'apps/systemtags/js/systemtagsfilelist.js',
'apps/systemtags/js/filesplugin.js'
],