From f5238887181506655ef2f7d9620f45f1397b405a Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 12 May 2022 16:23:56 +0530 Subject: [PATCH] remove deprecated default static pages --- customize.dist/pages.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 3e1bb1510..15e6c452a 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -99,14 +99,7 @@ define([ var customURLs = Pages.customURLs = {}; (function () { - // XXX DB: review this: - // almost all pages are commented out - // would the imprint page get generated if it was present? var defaultURLs = { - //imprint: '/imprint.html', - //privacy: '/privacy.html', - // terms: '/terms.html', - //roadmap: '/roadmap.html', source: 'https://github.com/xwiki-labs/cryptpad', }; var l = Msg._getLanguage();