mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
editorTheme not setting custom css/scripts properly
This commit is contained in:
@@ -98,11 +98,11 @@ module.exports = {
|
||||
if (theme.page) {
|
||||
|
||||
themeContext.page.css = serveFilesFromTheme(
|
||||
themeContext.page.css,
|
||||
theme.page.css,
|
||||
themeApp,
|
||||
"/css/")
|
||||
themeContext.page.scripts = serveFilesFromTheme(
|
||||
themeContext.page.scripts,
|
||||
theme.page.scripts,
|
||||
themeApp,
|
||||
"/scripts/")
|
||||
|
||||
|
Reference in New Issue
Block a user