fix logout button not working on public pages

This commit is contained in:
Inhji 2023-04-09 13:52:15 +02:00
parent 7a28eca1ab
commit d6bbed286e

View file

@ -1,3 +1,6 @@
// Include phoenix_html to handle method=PUT/DELETE in forms and buttons.
import "phoenix_html"
import lolight from "../vendor/lolight"
import GLightbox from 'glightbox'
@ -17,4 +20,4 @@ document
}
})
const lightbox = GLightbox({ selector: ".lightbox" })
GLightbox({ selector: ".lightbox" })