Diff: STRATO-apps/wordpress_03/app/wp-content/themes/blocksy/static/js/frontend/integration/greenshift.js

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + export const mount = () => {
2 + if (window.gsInitTabs) {
3 + window.gsInitTabs('.gspb-tabs')
4 + }
5 + }
6 +