pixflow-auth-motionfactory-theme
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -9,3 +9,5 @@ const PixflowControllerAuth = require("pixflow-controller-auth"); | ||
const self = super(); | ||
} | ||
connectedCallback(){ | ||
var styles = document.createElement("style"); | ||
@@ -29,4 +31,2 @@ styles.textContent = fs.readFileSync(path.join(__dirname, "styles.css")); | ||
customElements.define("pixflow-auth", PixflowAuthMotionFactory); | ||
module.exports = PixflowAuthMotionFactory; |
const path = require("path"); | ||
require("pixflow-auth-motionfactory-theme"); | ||
const PixflowAuth = require("pixflow-auth-motionfactory-theme"); | ||
customElements.define("pixflow-auth", PixflowAuth); | ||
const pixflow_auth = document.querySelector("pixflow-auth") | ||
if(pixflow_auth.redirect_panel_encrypt() == true) | ||
window.location.href = path.join(window.__adobe_cep__.getSystemPath("extension"),"index.html"); |
{ | ||
"name": "pixflow-auth-motionfactory-theme", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
750601
222