#1 Stats data

This commit is contained in:
Daniel Brendel
2022-09-30 22:02:24 +02:00
parent cb6524ae57
commit 9882c30692
7 changed files with 24 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@ const STEAMWIDGETS_GROUP_VERSION = 'v1';
*/
class SteamGroupElem extends HTMLElement
{
HEADLINE_MAX_LEN = 30;
HEADLINE_MAX_LEN = 32;
DESCRIPTION_MAX_LEN = 40;
storedData = {};