Make view.html use dictionary theme
This commit is contained in:
parent
80996d1bf3
commit
1735c00d53
|
@ -5,8 +5,10 @@ import { getMatchingSearchWords, highlightSearchTerm, getSearchFilters, getSearc
|
||||||
import { showSection } from '../displayToggles';
|
import { showSection } from '../displayToggles';
|
||||||
import { setupSearchFilters, setupInfoModal } from './setupListeners';
|
import { setupSearchFilters, setupInfoModal } from './setupListeners';
|
||||||
import { parseReferences } from '../wordManagement';
|
import { parseReferences } from '../wordManagement';
|
||||||
|
import { renderTheme } from '../render';
|
||||||
|
|
||||||
export function renderAll() {
|
export function renderAll() {
|
||||||
|
renderTheme();
|
||||||
renderDictionaryDetails();
|
renderDictionaryDetails();
|
||||||
renderPartsOfSpeech();
|
renderPartsOfSpeech();
|
||||||
renderWords();
|
renderWords();
|
||||||
|
|
Loading…
Reference in New Issue