diff --git a/www/checkup/main.js b/www/checkup/main.js index 1b6e69687..47cd8807c 100644 --- a/www/checkup/main.js +++ b/www/checkup/main.js @@ -1530,6 +1530,7 @@ define([ [ 'application_config.js', 'pages.js', + 'pages/index.js', ].forEach(resource => { // sort this above errors and warnings and style in a neutral color. var A = `/customize.dist/${resource}`; @@ -1712,7 +1713,7 @@ define([ var href = `/customize/${asset}`; return h('li', [ h('a', { - href: `href?${+new Date()}`, + href: `${href}?${+new Date()}`, target: '_blank', }, href), ]);