error modals are so on
This commit is contained in:
@@ -26,7 +26,6 @@ templ Global(title string) {
|
||||
<link href="/static/css/output.css" rel="stylesheet"/>
|
||||
<script src="/static/vendored/htmx@2.0.8.min.js"></script>
|
||||
<script src="/static/vendored/htmx-ext-ws.min.js"></script>
|
||||
<script src="/static/js/toasts.js" defer></script>
|
||||
<script src="/static/vendored/alpinejs@3.15.4.min.js" defer></script>
|
||||
if devInfo.HTMXLog {
|
||||
<script>
|
||||
@@ -39,7 +38,7 @@ templ Global(title string) {
|
||||
hx-ext="ws"
|
||||
ws-connect={ devInfo.WebsocketBase + "/ws/notifications" }
|
||||
>
|
||||
<!-- @popup.ErrorModal() -->
|
||||
@popup.ErrorModalContainer()
|
||||
@popup.ToastContainer()
|
||||
<div
|
||||
id="main-content"
|
||||
|
||||
Reference in New Issue
Block a user