Skip to content

Commit 286df23

Browse files
Update templates/layout/panel.php
Co-authored-by: othercorey <[email protected]>
1 parent 2268495 commit 286df23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/layout/panel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
echo $this->fetch('content');
66
?>
77
<script type="text/javascript">
8-
if (window.__cakeDebugBlockInit()) {
8+
if (window.__cakeDebugBlockInit) {
99
window.__cakeDebugBlockInit();
1010
}
1111
</script>

0 commit comments

Comments
 (0)