We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3d60a commit d0de827Copy full SHA for d0de827
src/Views/debugbar/debugbar.php
@@ -126,7 +126,10 @@
126
</div>
127
128
<script>
129
+ window.Prism = {};
130
+ Prism.manual = true;
131
<?= file_get_contents(__DIR__ . '/../assets/prism.js') ?>
132
+ Prism.highlightAllUnder(document.querySelector('#debugbar .panels'));
133
</script>
134
135
<?= file_get_contents(__DIR__ . '/scripts.js') ?>
0 commit comments