This commit is contained in:
Marius
2021-08-11 16:04:37 +02:00
parent 6fdd743f59
commit df3f87b1fe

View File

@@ -478,7 +478,7 @@ build_blocks( $items, false );
$(document).ready(function()
{
alert("" + <?php echo $AUTH_INPUT ?>);
alert("" + <?php echo $AUTH_INPUT; ?>);
});
<?php } catch (\Throwable $t) { echo $t->getMessage(), " at ", $t->getFile(), ":", $t->getLine(), "\n"; } ?>