1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-04-10 21:50:32 +02:00

Make view.html use dictionary theme

This commit is contained in:
Robbie Antenesse 2019-05-31 13:15:14 -06:00
parent 80996d1bf3
commit 1735c00d53

View file

@ -5,8 +5,10 @@ import { getMatchingSearchWords, highlightSearchTerm, getSearchFilters, getSearc
import { showSection } from '../displayToggles';
import { setupSearchFilters, setupInfoModal } from './setupListeners';
import { parseReferences } from '../wordManagement';
import { renderTheme } from '../render';
export function renderAll() {
renderTheme();
renderDictionaryDetails();
renderPartsOfSpeech();
renderWords();