|
|
@@ -85,7 +85,6 @@ const ContextExtractorOnce: FC = () => {
|
|
|
const targetAndAncestors = JSON.parse(document.getElementById('growi-pagetree-target-and-ancestors')?.textContent || jsonNull);
|
|
|
const notFoundTargetPathOrId = JSON.parse(notFoundContentForPt?.getAttribute('data-not-found-target-path-or-id') || jsonNull);
|
|
|
const isNotFoundPermalink = JSON.parse(notFoundContent?.getAttribute('data-is-not-found-permalink') || jsonNull);
|
|
|
- const slackChannels = mainContent?.getAttribute('data-slack-channels') || '';
|
|
|
const isSearchPage = document.getElementById('search-page') != null;
|
|
|
|
|
|
const grant = +(mainContent?.getAttribute('data-page-grant') || 1);
|