@schukai/monster 3.96.1 → 3.96.2

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.
@@ -921,8 +921,7 @@ function initTabButtons() {
921
921
  this.setOption("marker", random());
922
922
 
923
923
  return adjustButtonVisibility.call(this).then(() => {
924
-
925
- if (!activeReference&& this.getOption("features.openFirst") === true) {
924
+ if (!activeReference && this.getOption("features.openFirst") === true) {
926
925
  const firstButton = this.getOption("buttons.standard").find(
927
926
  (button) => button.disabled !== true,
928
927
  );
@@ -216,7 +216,6 @@ const ATTRIBUTE_FORM_BIND = `${ATTRIBUTE_PREFIX}form-bind`;
216
216
  */
217
217
  const ATTRIBUTE_FORM_BIND_TYPE = `${ATTRIBUTE_PREFIX}form-bind-type`;
218
218
 
219
-
220
219
  /**
221
220
  * @type {string}
222
221
  * @license AGPLv3
@@ -156,7 +156,7 @@ function getMonsterVersion() {
156
156
  }
157
157
 
158
158
  /** don't touch, replaced by make with package.json version */
159
- monsterVersion = new Version("3.95.2");
159
+ monsterVersion = new Version("3.96.1");
160
160
 
161
161
  return monsterVersion;
162
162
  }
@@ -7,7 +7,7 @@ describe('Monster', function () {
7
7
  let monsterVersion
8
8
 
9
9
  /** don´t touch, replaced by make with package.json version */
10
- monsterVersion = new Version("3.95.2")
10
+ monsterVersion = new Version("3.96.1")
11
11
 
12
12
  let m = getMonsterVersion();
13
13
 
@@ -9,8 +9,8 @@
9
9
  </head>
10
10
  <body>
11
11
  <div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;">
12
- <h1 style='margin-bottom: 0.1em;'>Monster 3.95.2</h1>
13
- <div id="lastupdate" style='font-size:0.7em'>last update So 29. Dez 11:41:55 CET 2024</div>
12
+ <h1 style='margin-bottom: 0.1em;'>Monster 3.96.1</h1>
13
+ <div id="lastupdate" style='font-size:0.7em'>last update Di 31. Dez 23:30:20 CET 2024</div>
14
14
  </div>
15
15
  <div id="mocha-errors"
16
16
  style="color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"></div>