2.9.6
Update table/profiles to match the at a glance box Add edit columns toggle for mobile
This commit is contained in:
@@ -83,7 +83,7 @@ function rewriteHTML(html, version) {
|
||||
html = html.replace(/<script\s[^>]*src=["'][^"']*assets\/js\/[^"']*["'][^>]*><\/script>/gi, '');
|
||||
// Rewrite standalone about.css reference to versioned minified file.
|
||||
html = html.replace(
|
||||
/(<link\s[^>]*href=["'][^"']*assets\/)about\.css(["'][^>]*>)/gi,
|
||||
/(<link\s[^>]*href=["'][^"']*assets\/)about\.css[^"']*(["'][^>]*>)/gi,
|
||||
'$1about.min.css?v=' + version + '$2'
|
||||
);
|
||||
const css = ' <link rel="stylesheet" href="./assets/bundle.min.css?v=' + version + '">';
|
||||
|
||||
Reference in New Issue
Block a user