pixflow-upgrade-planning 1.2.9 → 1.3.0

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.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -131,6 +131,9 @@ class PixflowUpgradePlanning extends HTMLElement {
131
131
  }
132
132
 
133
133
  open(){
134
+ if(cep_manifest.get_extension_id() != "net.pixflow.voiceai" && localStorage.getItem("unlock") == "0"){
135
+ this.querySelector("div.activate-code").classList.add("active");
136
+ }
134
137
  this.querySelector(`div.${this.port}`).classList.add("active");
135
138
  }
136
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixflow-upgrade-planning",
3
- "version": "1.2.9",
3
+ "version": "1.3.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {