Rename profile modal to 'Dein Profile', put username and checkbox on same line with 'Veröffentlichen' label
This commit is contained in:
@@ -359,6 +359,7 @@ async function loadWiki() {
|
|||||||
wikiContainer.innerHTML = '';
|
wikiContainer.innerHTML = '';
|
||||||
|
|
||||||
const isEN = document.body.dataset.lang === 'en';
|
const isEN = document.body.dataset.lang === 'en';
|
||||||
|
console.log('loadWiki: isEN =', isEN);
|
||||||
const topics = {};
|
const topics = {};
|
||||||
|
|
||||||
result.data.forEach(item => {
|
result.data.forEach(item => {
|
||||||
|
|||||||
Reference in New Issue
Block a user