sgtlaggy
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Recent Activity
Edited comment
Got this error with a fresh install:
`Error loading file ...\SPT\user\mods\c11-tn-4\db\CustomItems\assorted.json: '"' is invalid after a value. Expected either ',', '}', or ']'. Path: $.690289f47f98dc39096902fd | LineNumber: 409 | BytePositionInLine: 4.`
The mentioned line was missing a comma at the end, adding it and restarting the server fixed the error.
Nov 6, 2025 10:43 PM
View details
Edited comment
Got this error with a fresh install:
`Error loading file ...\SPT\user\mods\c11-tn-4\db\CustomItems\assorted.json: '"' is invalid after a value. Expected either ',', '}', or ']'. Path: $.690289f47f98dc39096902fd | LineNumber: 409 | BytePositionInLine: 4.`
The mentioned line was missing a comma at the end, adding it and restarting the server fixed the error.
Nov 6, 2025 10:43 PM
View details
Edited comment
Got this error with a fresh install:
`Error loading file ...\SPT\user\mods\c11-tn-4\db\CustomItems\assorted.json: '"' is invalid after a value. Expected either ',', '}', or ']'. Path: $.690289f47f98dc39096902fd | LineNumber: 409 | BytePositionInLine: 4.`
The mentioned line was missing a comma at the end, adding it and restarting the server fixed the error.
Nov 6, 2025 10:43 PM
View details
Created comment
Got this error with a fresh install:
`Error loading file ...\SPT\user\mods\c11-tn-4\db\CustomItems\assorted.json: '"' is invalid after a value. Expected either ',', '}', or ']'. Path: $.690289f47f98dc39096902fd | LineNumber: 409 | BytePositionInLine: 4.`
The mentioned line was missing a comma at the end, adding it and restarting the server fixed the error.
Nov 6, 2025 10:43 PM
View details