Fix custom.js not working (#2023)

pull/2025/head
shamoon 8 months ago committed by GitHub
parent 04a1c68ba0
commit ed0527a3da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -362,13 +362,7 @@ function Home({ initialSettings }) {
/>
</style>
<link rel="preload" href="/api/config/custom.js" as="fetch" crossOrigin="anonymous" />
<script data-name="custom.js">
<FileContent path="custom.js"
loadingValue="/* Loading custom JS... */"
errorValue="/* Failed to load custom JS... */"
emptyValue="/* No custom JS */"
/>
</script>
<script data-name="custom.js" src="/api/config/custom.js" async="{true}" />
<div className="relative container m-auto flex flex-col justify-start z-10 h-full">
<QuickLaunch

Loading…
Cancel
Save