abmp-npm 2.0.45 → 2.0.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abmp-npm",
3
- "version": "2.0.45",
3
+ "version": "2.0.47",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "check-cycles": "madge --circular .",
@@ -358,8 +358,8 @@ async function personalDetailsOnReady({
358
358
  }
359
359
 
360
360
  function handleOptWebsiteCheckboxEnable(showExistingWebsite) {
361
- _$w('#optWebsiteCheckbox').checked = !showExistingWebsite;
362
361
  if (showExistingWebsite) {
362
+ _$w('#optWebsiteCheckbox').checked = false;
363
363
  _$w('#optWebsiteCheckbox').customClassList.add('disabled-text');
364
364
  _$w('#optWebsiteCheckbox').customClassList.add('disabled-checkbox');
365
365
  _$w('#optWebsiteCheckbox').disable();