Skip to content

Commit

Permalink
forgot to update url for popup in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tconfrey committed Mar 15, 2024
1 parent 6f04863 commit 84cc5a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion versions/Release-Candidate/extension/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ function windowOpen(home = 'PANEL', location) {
// Create window, remember it and highlight it
const version = chrome.runtime.getManifest().version;
// const url = "https://BrainTool.org/app/";
const url = "http://localhost:8000/app/"; // versions/"+version+"/app/";
//const url = "http://localhost:8000/app/";
const url = "https://BrainTool.org/versions/Release-Candidate/app/";
// const url = "https://BrainTool.org/versions/"+version+'/app/';
console.log('loading from ', url);

Expand Down

0 comments on commit 84cc5a8

Please sign in to comment.