Merge branch 'main' into soon

This commit is contained in:
ansuz 2023-01-11 13:25:14 +05:30
commit 07d21d03a5
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),
]);