mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-29 06:09:56 +00:00
Removed dialog debug script from default home
Accidentally left in from before. Closes #3430
This commit is contained in:
parent
f021823287
commit
3a4aa81115
1 changed files with 0 additions and 7 deletions
|
@ -17,13 +17,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script nonce="{{ $cspNonce }}">
|
||||
setTimeout(async () => {
|
||||
const result = await window.components["confirm-dialog"][0].show();
|
||||
console.log({result});
|
||||
}, 1000);
|
||||
</script>
|
||||
|
||||
<div class="container" id="home-default">
|
||||
<div class="grid third gap-xxl no-row-gap" >
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue