mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-03-31 00:30:34 +02:00
Make view.html use dictionary theme
This commit is contained in:
parent
278b0b61d3
commit
5dcccaba59
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue