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:
authorVincent Petry <pvince81@owncloud.com>2015-07-16 13:49:34 +0300
committerArthur Schiwon <blizzz@owncloud.com>2015-08-07 02:22:43 +0300
commitf11946c8c0c41e87e17c50b5e3691ece11a09ae4 (patch)
treef85ae67310e055395fa69f3c6c9c7e764e87c355 /apps/files/js/detailsview.js
parentb6192db61076b04005388b889d6ec666f3e87687 (diff)
Improve layout, fix mime icon
Diffstat (limited to 'apps/files/js/detailsview.js')
-rw-r--r--apps/files/js/detailsview.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/detailsview.js b/apps/files/js/detailsview.js
index c28de71ab7d..2142c9824f9 100644
--- a/apps/files/js/detailsview.js
+++ b/apps/files/js/detailsview.js
@@ -84,6 +84,7 @@
event.preventDefault();
});
+ // uncomment to add some dummy tabs for testing
this._addTestTabs();
},