Skip to content

Commit cd077f9

Browse files
authored
Update editorial.php
1 parent 2b2e030 commit cd077f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/editorial.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@
682682
var STORAGE_KEY = 'consent_manager_snippets';
683683

684684
// Snippet-Verwaltung
685-
const snippetManager = {
685+
var snippetManager = {
686686
load: function() {
687687
try {
688688
var data = localStorage.getItem(STORAGE_KEY);
@@ -779,7 +779,7 @@
779779
$('#auto-blocking-assistant-modal').modal('show');
780780

781781
// Kurze Verzögerung, damit Modal geladen ist
782-
setTimeout(function() { {
782+
setTimeout(function() {
783783
$('#output_code').val(snippet.code);
784784
$('#output_container').show();
785785

0 commit comments

Comments
 (0)