Skip to content

Commit

Permalink
correction enable/disable extension in popup
Browse files Browse the repository at this point in the history
  • Loading branch information
andremalveira committed Nov 26, 2021
1 parent 80e79ab commit b5f2049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/astronaut.app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function messageStartedInConsole(){console.log("%c 👨🏿‍🚀 Astronaut - Custom Localhost Started! 👨🏿‍🚀"," color: #adbac7; \n background-size: contain;\n background-position: right; \n padding: 0.3rem 1.8rem 0.3rem 0.3rem;\n font-size:1rem;\n ")}
var isAstExt = storageLocal.get()[isAstExt]
var isAstExt = storageLocal.get()['isAstExt']
isAstExt = (isAstExt == undefined || isAstExt == true)
? true : false

Expand Down

0 comments on commit b5f2049

Please sign in to comment.