made textBlocks file editable
This commit is contained in:
parent
798ab52dcb
commit
c204e45912
@ -69,6 +69,7 @@ function createTemplate(template = false) {
|
||||
function loadTemplateSidebar(templates) {
|
||||
let sidebarList = document.createElement("ul");
|
||||
sidebarList.classList.add("w3-ul");
|
||||
templates.push('_textBlocks')
|
||||
|
||||
|
||||
for (let template of templates) {
|
||||
|
||||
@ -9,3 +9,4 @@ itr: IV-Teilrente
|
||||
wsh: wirtschaftliche Sozialhilfe
|
||||
sva: Sozialversicherungsanstalt Zürich
|
||||
ktg: Krankentaggeld
|
||||
fu: fuck you
|
||||
Loading…
Reference in New Issue
Block a user