Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpetro committed Apr 12, 2023
1 parent 2b8ba29 commit 7937e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1639,9 +1639,7 @@ class SmartConnectionsPlugin extends Obsidian.Plugin {
return;
}
// brand container
if(!this.sc_branding[location]){
this.sc_branding[location] = container;
}
this.sc_branding[location] = container;
// if this.sc_branding[location] contains child with class "sc-brand", remove it
if (this.sc_branding[location].querySelector(".sc-brand")) {
this.sc_branding[location].querySelector(".sc-brand").remove();
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Smart Connections",
"author": "Brian Petro",
"description": "Find links to similar notes using artificial intelligence from OpenAI.",
"version": "1.6.7",
"version": "1.6.8",
"minAppVersion": "1.1.0",
"authorUrl": "https://wfhbrian.com",
"isDesktopOnly": true
Expand Down

0 comments on commit 7937e63

Please sign in to comment.