From ee3b7a1a9a874b8d9baad65c13b007c6dbfdd1d8 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 26 Jul 2017 15:28:12 +0200 Subject: [PATCH] remove text section from sectionFolders, fixes #3047 --- static/js/pandora.js | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/static/js/pandora.js b/static/js/pandora.js index d88462d9..ae76389b 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -364,20 +364,15 @@ appPanel {id: 'featured', title: 'Featured Lists', showBrowser: false}, {id: 'volumes', title: 'Local Volumes'} ], - documents: [ - {id: 'personal', title: 'Personal Collections'}, - {id: 'favorite', title: 'Favorite Collections', showBrowser: false}, - {id: 'featured', title: 'Featured Collections', showBrowser: false} - ], edits: [ {id: 'personal', title: 'Personal Edits'}, {id: 'favorite', title: 'Favorite Edits', showBrowser: false}, {id: 'featured', title: 'Featured Edits', showBrowser: false} ], - texts: [ - {id: 'personal', title: 'Personal Texts'}, - {id: 'favorite', title: 'Favorite Texts', showBrowser: false}, - {id: 'featured', title: 'Featured Texts', showBrowser: false} + documents: [ + {id: 'personal', title: 'Personal Collections'}, + {id: 'favorite', title: 'Favorite Collections', showBrowser: false}, + {id: 'featured', title: 'Featured Collections', showBrowser: false} ] }, sortKeys: pandora.getSortKeys(),