only wikis

This commit is contained in:
Valentin Boettcher 2019-09-16 16:39:39 +02:00 committed by GitHub
parent 237dc05b43
commit a7a444eec2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -262,7 +262,7 @@
if ($elem.hasClass("d-editor-preview")) return;
if (!$elem.parents("article#post_1").length) return;
const dToc = $elem.find(`[data-theme-toc="true"]`);
const dToc = $elem.parents('.wiki');
if (!dToc.length) return this;
const body = $elem;