Add a drawer, routes, handlers to update an article.
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.css" rel="stylesheet" />
|
||||
<script>
|
||||
htmx.onLoad(function(content) {
|
||||
if(!content.outerHTML.startsWith('<p'))
|
||||
if(!content.outerHTML.startsWith('<p')
|
||||
&& !content.outerHTML.startsWith('<textarea'))
|
||||
initFlowbite();
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user