fix broken links in checkup page (typo)

and check whether customize/pages/index.js has been modified
relative to customize.dist/...
This commit is contained in:
ansuz 2023-01-11 13:11:12 +05:30
parent 86c7b42aae
commit 5cc9495ae1
1 changed files with 2 additions and 1 deletions

View File

@ -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),
]);