fix @lampholder's NPE for real

pull/5615/head
Matthew Hodgson 2017-11-15 15:55:33 +00:00
parent 9664b4d176
commit bbcf74f774
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ async function loadApp() {
const theme = configJson.default_theme || 'light';
for (let i = 0; (a = document.getElementsByTagName("link")[i]); i++) {
const href = a.getAttribute("href");
if (!href) continue;
// shouldn't we be using the 'title' tag rather than the href?
const match = href.match(/^bundles\/.*\/theme-(.*)\.css$/);
if (match) {