Compare commits

..

No commits in common. "bc26e0781234b8f4cce316559b54c76bedac021f" and "79eacee3f035065412b68a063f520d1630e63600" have entirely different histories.

4 changed files with 4 additions and 6 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx-web",
"version": "0.41.19",
"version": "0.41.18",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.41.19",
"version": "0.41.18",
"dependencies": {
"@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5",

View File

@ -87,7 +87,7 @@
"overrides": {
"vite": "$vite"
},
"version": "0.41.19",
"version": "0.41.18",
"imports": {
"#/*": "./*.js"
}

View File

@ -151,13 +151,11 @@ function calculateActiveCategory() {
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}"]`);
activeLink.scrollIntoView({
inline: 'center',
});
*/
navigate(`#${activeCategory.value}`, null, { replace: true });
}

View File

@ -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" />
${config.analytics.enabled ? dangerouslySkipEscape(`<script src="${config.analytics.address}" data-website-id="${config.analytics.siteId}" data-exclude-hash="true" async></script>`) : ''}
${config.analytics.enabled ? dangerouslySkipEscape(`<script src="${config.analytics.address}" data-website-id="${config.analytics.siteId}" async></script>`) : ''}
<title>${title}</title>
</head>