- Issue created by @YuvalBH
- 🇮🇩Indonesia gausarts
Thank you.
Normally some JS errors will break other JS.
One obvious is you have incorrect closing, should be:
});
Not:
}
Press F12, click Console tab, screenshot any errors there completely.
To help you work with JS, install Eslint.
https://www.drupal.org/docs/develop/standards/javascript-coding-standard... →That should point you in the right direction.