diff --git a/components/active/init.js b/components/active/init.js index 53ad118..369ad15 100755 --- a/components/active/init.js +++ b/components/active/init.js @@ -407,7 +407,7 @@ if( ! ( _this.positions[`${path}`] === undefined ) ) { - _this.setPosition( .positions[`${path}`] ); + _this.setPosition( _this.positions[`${path}`] ); } }); } diff --git a/components/update/class.update.php b/components/update/class.update.php index ef64d0e..bdd8b9c 100755 --- a/components/update/class.update.php +++ b/components/update/class.update.php @@ -12,7 +12,7 @@ class Update { // CONSTANTS ////////////////////////////////////////////////////////////////// - CONST VERSION = "v.2.9.4"; + CONST VERSION = "v.2.9.4.1"; ////////////////////////////////////////////////////////////////// // PROPERTIES