Skip to content

Commit

Permalink
Merge pull request #13 from mmz-srf/noref-init-stuff-before-using
Browse files Browse the repository at this point in the history
define variable before using it
  • Loading branch information
pchr-srf authored Jul 10, 2024
2 parents 96d8d1e + b26670a commit 0e92a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "SRF Browser Extension",
"description": "Little helper for SRF developers and CMS users",
"version": "1.8.0",
"version": "1.8.1",
"action": {
"default_popup": "popup.html"
},
Expand Down
2 changes: 1 addition & 1 deletion src/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const onContentIdFound = (contentId, phase, portalUrn, businessUnit, uuid, urn)
// $PORTAL = portal, e.g. "news"
// $BU = business unit, i.e. "rtr" or "srf"

let frontendUrl, noraUrl, adminUrl, tweetyUrl;
let frontendUrl, noraUrl, adminUrl, tweetyUrl, aronUrl;

switch (phase) {
case "DEV":
Expand Down

0 comments on commit 0e92a43

Please sign in to comment.