isite 2022.5.2 → 2022.5.3

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.
@@ -456,11 +456,11 @@
456
456
  n = _num.join('.');
457
457
  }
458
458
  if (!float) {
459
+ return n;
460
+ } else {
459
461
  if (n.endsWith('.')) {
460
462
  n = n + '00';
461
463
  }
462
- return n;
463
- } else {
464
464
  return site.to_float(n);
465
465
  }
466
466
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isite",
3
- "version": "2022.05.02",
3
+ "version": "2022.05.03",
4
4
  "description": "Create Enterprise Multi-Language Web Site [Fast and Easy] ",
5
5
  "main": "index.js",
6
6
  "repository": {