FEATURE Including article toolbar component
This commit is contained in:
parent
8188ba8557
commit
51b7104e37
|
|
@ -2,6 +2,7 @@ import handleIndexPanel from './index-panel';
|
|||
import handleFootnoteFormat from './footnote-format';
|
||||
import handleCiteButton from './cite-button';
|
||||
import { injectIdToNativeTitles } from './sommaire';
|
||||
import { handleArticleToolbar } from './article-toolbar.ts';
|
||||
|
||||
export default function singles(): void {
|
||||
const isSingleRevue: HTMLElement | null = document.querySelector('.page--single-revue');
|
||||
|
|
@ -13,4 +14,5 @@ export default function singles(): void {
|
|||
handleIndexPanel();
|
||||
handleFootnoteFormat();
|
||||
handleCiteButton();
|
||||
handleArticleToolbar();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user