diff options
| author | Bobby <[email protected]> | 2022-03-21 05:33:41 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-03-21 05:33:41 -0400 |
| commit | b2e08063441f73ea5196e28910ff21047cdbbf8c (patch) | |
| tree | 84ec0273b79b66961417d737a2e2f8444ce70528 /public/views/editPost.html | |
| parent | d8363271eef45971d835d9abe9553d9894664f2a (diff) | |
| download | luciferreeves.github.io-b2e08063441f73ea5196e28910ff21047cdbbf8c.tar.xz luciferreeves.github.io-b2e08063441f73ea5196e28910ff21047cdbbf8c.zip | |
fix posts code rendering
Diffstat (limited to 'public/views/editPost.html')
| -rw-r--r-- | public/views/editPost.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/public/views/editPost.html b/public/views/editPost.html index 371b455..16c2bf4 100644 --- a/public/views/editPost.html +++ b/public/views/editPost.html @@ -129,9 +129,7 @@ <script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"></script> - <script> - - </script> + <script src="/static/assets/js/pages/publish.js"></script> </body> </html>
\ No newline at end of file |
