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 = '';
|
||||
|
||||
const isEN = document.body.dataset.lang === 'en';
|
||||
console.log('loadWiki: isEN =', isEN);
|
||||
const topics = {};
|
||||
|
||||
result.data.forEach(item => {
|
||||
|
||||
Reference in New Issue
Block a user