Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit f7d620d

Browse files
committed
Update
- add yarn.lock - updates package.json - call init() onload in ABTesting.js
1 parent 8182116 commit f7d620d

File tree

5 files changed

+866
-4
lines changed

5 files changed

+866
-4
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ composer.json
22
Resources/Public
33
node_modules
44
pnpm-lock.yaml
5+
yarn.lock

Resources/Private/Script/AbTesting.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,7 @@ const abTesting = {
8787

8888
window.WY = window.WY || {};
8989
window.WY.AbTesting = abTesting;
90+
91+
window.addEventListener('load', function () {
92+
window.WY.AbTesting.init();
93+
});

Resources/Public/JavaScript/AbTesting.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "wysiwyg.abtesting",
3-
"description": "Dependencies for Wysiwyg.ABTesting",
4-
"license": "UNLICENSED",
5-
"private": true,
3+
"description": "Module to run A/B Tests in Neos",
4+
"author": "wysiwyg software design GmbH",
5+
"license": "MIT",
66
"browserslist": [
77
"defaults",
88
"not ie 11",

0 commit comments

Comments
 (0)