diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-06-14 19:27:42 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-06-14 20:50:35 +0200 |
commit | 813e5971c52df6961fe28569597144332e12984b (patch) | |
tree | 38fa09b4253a2160ffa4e812199f84f34424ccde /src/main/resources/templates/benki/posts/postList.html | |
parent | 96ed854c16164c6e3fc269923f0e5dc9ae9287c9 (diff) |
Add Parcel bundler to build process.
Change-Id: Iade8364efa0d2ce9443b67e20bf09ea93a3d7bcd
Diffstat (limited to 'src/main/resources/templates/benki/posts/postList.html')
-rw-r--r-- | src/main/resources/templates/benki/posts/postList.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main/resources/templates/benki/posts/postList.html b/src/main/resources/templates/benki/posts/postList.html index bf4061a..deccfcd 100644 --- a/src/main/resources/templates/benki/posts/postList.html +++ b/src/main/resources/templates/benki/posts/postList.html @@ -18,12 +18,7 @@ <link href="{feedUri}" rel="alternate" type="application/atom+xml" /> {#if showBookmarkForm || showLazychatForm} - <script type="module" src="/web_modules/elix/define/Button.js"></script> - <script type="module" src="/web_modules/elix/define/ExpandablePanel.js"></script> - <script type="module" src="/web_modules/elix/define/ExpandableSection.js"></script> - <script type="module" src="/bookmarks/MlkBookmarkSubmissionForm.js"></script> - <script type="module" src="/lazychat/MlkLazychatSubmissionForm.js"></script> - <script type="module" src="/posts/postList.js" defer></script> + <script type="module" src="/lib.js"></script> {/if} {/head} |