Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
2893cee685
|
@ -302,6 +302,7 @@ async function loadApp() {
|
||||||
const theme = configJson.default_theme || 'light';
|
const theme = configJson.default_theme || 'light';
|
||||||
for (let i = 0; (a = document.getElementsByTagName("link")[i]); i++) {
|
for (let i = 0; (a = document.getElementsByTagName("link")[i]); i++) {
|
||||||
const href = a.getAttribute("href");
|
const href = a.getAttribute("href");
|
||||||
|
if (!href) continue;
|
||||||
// shouldn't we be using the 'title' tag rather than the href?
|
// shouldn't we be using the 'title' tag rather than the href?
|
||||||
const match = href.match(/^bundles\/.*\/theme-(.*)\.css$/);
|
const match = href.match(/^bundles\/.*\/theme-(.*)\.css$/);
|
||||||
if (match) {
|
if (match) {
|
||||||
|
|
Loading…
Reference in New Issue