Make view.html use dictionary theme

This commit is contained in:
Robbie Antenesse 2019-05-31 13:15:14 -06:00 committed by Robbie Antenesse
parent 601cfc64bd
commit 8d2ee80c26
1 changed files with 2 additions and 0 deletions

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();