@cpelements/pfe-navigation-account
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -142,3 +142,6 @@ import PFElement from '../../../@patternfly/pfelement/dist/pfelement.js'; | ||
// const cpxUser = document.querySelector("cpx-user"); | ||
// if ((cpxUser !== null && cpxUser.hasAttribute("ready")) || (typeof cpxUser.user === "object" && cpxUser.email)) { | ||
// if (cpxUser | ||
// && (cpxUser !== null && cpxUser.hasAttribute("ready")) | ||
// || (typeof cpxUser.user === "object" && cpxUser.email) | ||
// ) { | ||
// // Fire the update function | ||
@@ -145,0 +148,0 @@ // this._processUserReady({ target: cpxUser }); |
@@ -250,3 +250,6 @@ (function (global, factory) { | ||
// const cpxUser = document.querySelector("cpx-user"); | ||
// if ((cpxUser !== null && cpxUser.hasAttribute("ready")) || (typeof cpxUser.user === "object" && cpxUser.email)) { | ||
// if (cpxUser | ||
// && (cpxUser !== null && cpxUser.hasAttribute("ready")) | ||
// || (typeof cpxUser.user === "object" && cpxUser.email) | ||
// ) { | ||
// // Fire the update function | ||
@@ -253,0 +256,0 @@ // this._processUserReady({ target: cpxUser }); |
@@ -81,3 +81,3 @@ { | ||
"unpkg": "./dist/pfe-navigation-account.umd.min.js", | ||
"version": "1.0.13" | ||
"version": "1.0.14" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
259812
1305