Skip to content

Commit

Permalink
tweaks during 1.2 final testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tconfrey committed Dec 9, 2024
1 parent dcc8018 commit 18e30f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/messageManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const messageManager = (() => {
];
const messageArray = [
"Welcome to the BrainTool 1.2!<br/>See the <a target='_blank' href='https://braintool.org/support/releaseNotes.html'>release notes</a> for a list of changes.",
"The Topic Manager can now run inside the browser window in a side panel. See the settings.",
"The Topic Manager can now run inside the browser window in a side panel. See Settings.",
];
const introSlidesArray = [
`<p>This window is the <b>Topic Manager</b>.</p><p>It allows you to open and close tabs, tab groups, and browser windows, organize them into nested <b>Topics</b> and find them again when you need them.</p><img class="introImage" src="resources/slide1.png"/>`,
Expand Down
2 changes: 1 addition & 1 deletion versions/1.2/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"content_scripts": [
{
"matches": ["http://BrainTool.org/versions/*"],
"matches": ["https://BrainTool.org/versions/*"],
"run_at" : "document_idle",
"js": ["btContentScript.js"]
}
Expand Down

0 comments on commit 18e30f5

Please sign in to comment.