Compare commits
2 Commits
79eacee3f0
...
bc26e07812
| Author | SHA1 | Date |
|---|---|---|
|
|
bc26e07812 | |
|
|
e05ca80f7c |
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx-web",
|
"name": "traxxx-web",
|
||||||
"version": "0.41.18",
|
"version": "0.41.19",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "0.41.18",
|
"version": "0.41.19",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@brillout/json-serializer": "^0.5.8",
|
"@brillout/json-serializer": "^0.5.8",
|
||||||
"@dicebear/collection": "^7.0.5",
|
"@dicebear/collection": "^7.0.5",
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"vite": "$vite"
|
"vite": "$vite"
|
||||||
},
|
},
|
||||||
"version": "0.41.18",
|
"version": "0.41.19",
|
||||||
"imports": {
|
"imports": {
|
||||||
"#/*": "./*.js"
|
"#/*": "./*.js"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -151,11 +151,13 @@ function calculateActiveCategory() {
|
||||||
|
|
||||||
activeCategory.value = newCategory;
|
activeCategory.value = newCategory;
|
||||||
|
|
||||||
|
/* this understandably causes jittering in Firefox, why the need to scroll into the category we're already in?
|
||||||
const activeLink = document.querySelector(`a[href="#${activeCategory.value}"]`);
|
const activeLink = document.querySelector(`a[href="#${activeCategory.value}"]`);
|
||||||
|
|
||||||
activeLink.scrollIntoView({
|
activeLink.scrollIntoView({
|
||||||
inline: 'center',
|
inline: 'center',
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
navigate(`#${activeCategory.value}`, null, { replace: true });
|
navigate(`#${activeCategory.value}`, null, { replace: true });
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ async function onRenderHtml(pageContext) {
|
||||||
|
|
||||||
<meta name="description" content="Keep track of new porn releases and re-discover classics from your favorite porn stars and sites" />
|
<meta name="description" content="Keep track of new porn releases and re-discover classics from your favorite porn stars and sites" />
|
||||||
|
|
||||||
${config.analytics.enabled ? dangerouslySkipEscape(`<script src="${config.analytics.address}" data-website-id="${config.analytics.siteId}" async></script>`) : ''}
|
${config.analytics.enabled ? dangerouslySkipEscape(`<script src="${config.analytics.address}" data-website-id="${config.analytics.siteId}" data-exclude-hash="true" async></script>`) : ''}
|
||||||
|
|
||||||
<title>${title}</title>
|
<title>${title}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue