Skip to content

Commit

Permalink
Merge pull request #94 from postmanlabs/develop
Browse files Browse the repository at this point in the history
Develop to Prod v1.11.1
  • Loading branch information
brandonmcastillo authored Dec 13, 2023
2 parents 738bed2 + be6b8f9 commit 4291815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "post-zen",
"author": "Brandon Castillo, Marketing Engineering, Postman.",
"version": "1.11.0",
"version": "1.11.1",
"api_version": 2,
"default_locale": "en-us",
"settings": [
Expand Down
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ function getCookie(cname) {
setTimeout(() => {
let profile = document.getElementById("pm-signed-in");
const isSignedIn = getCookie("ajs_user_id");
isSignedIn ? profile.setAttribute("href", `/hc/en-us/profiles/${isSignedIn}`) : profile.setAttribute("href", `/hc/en-us/profiles/shared`)
}, 500)
isSignedIn && profile ? profile.setAttribute("href", `/hc/en-us/profiles/${isSignedIn}`) : profile.setAttribute("href", `/hc/en-us/profiles/shared`)
}, 1000)

}())

Expand Down

0 comments on commit 4291815

Please sign in to comment.