diff --git a/public/js/admin.js b/public/js/admin.js index 90f6b6e..3f76488 100644 --- a/public/js/admin.js +++ b/public/js/admin.js @@ -132,7 +132,7 @@ function loadMapPreview(mapDiv) { }); if (!feature) { - mapDiv.innerHTML = '
Geometrie nicht gefunden.
'; + mapDiv.innerHTML = '
Geometrie nicht gefunden.
'; return; } @@ -177,7 +177,7 @@ function loadMapPreview(mapDiv) { mapDiv.dataset.loaded = 'true'; }) .catch(function () { - mapDiv.innerHTML = '
Karte nicht verfügbar.
'; + mapDiv.innerHTML = '
Karte nicht verfügbar.
'; }); } @@ -340,11 +340,11 @@ function editContribution(contributionId, currentTitle, currentDescription) { html: '
' + '
' + - '' + + '' + '' + '
' + '
' + - '' + + '' + '' + '
' + '
', @@ -443,7 +443,7 @@ function editModComment(commentId, currentContent) { title: 'Kommentar bearbeiten', html: '
' + - '' + + '' + '' + '
', showCancelButton: true, @@ -511,15 +511,15 @@ function createNews() { html: '
' + '
' + - '' + + '' + '' + '
' + '
' + - '' + + '' + '' + '
' + '
' + - '' + + '' + '' + '
' + '
', @@ -565,15 +565,15 @@ function editNews(newsId, currentTitle, currentContent, currentAuthor) { html: '
' + '
' + - '' + + '' + '' + '
' + '
' + - '' + + '' + '' + '
' + '
' + - '' + + '' + '' + '
' + '
',