fix: controls script loading

This commit is contained in:
Jannat Patel
2022-09-16 11:37:11 +05:30
parent 47b9b1dcd6
commit f7ba72217b
2 changed files with 2 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ app_license = "AGPL"
# include js, css files in header of web template
web_include_css = "lms.bundle.css"
# web_include_css = "/assets/lms/css/lms.css"
web_include_js = "website.bundle.js"
web_include_js = ["website.bundle.js", "controls.bundle.js"]
# include custom scss in every website theme (without file extension ".scss")
# website_theme_scss = "lms/public/scss/website"