diff --git a/main.js b/main.js index 30a78206..d8adef3d 100644 --- a/main.js +++ b/main.js @@ -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(); diff --git a/manifest.json b/manifest.json index 0cc5fb43..3aef4929 100644 --- a/manifest.json +++ b/manifest.json @@ -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