We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4a06a commit 8addd6fCopy full SHA for 8addd6f
chrome/app/js/shortcuts.js
@@ -50,7 +50,7 @@ function openApp(){
50
command: "focusAppTab"
51
}).then((appOpened) => {
52
if(!appOpened){
53
- if(document.location.hostname.includes(".salesforce.com")) {
+ if(document.location.hostname.includes(".salesforce")) {
54
browser.runtime.sendMessage({
55
url: `${browser.extension.getURL('html/app.html')}?oid=${sessionVars.oid}&uid=${sessionVars.uid}&sid=${encodeURIComponent(sid)}&host=${encodeURIComponent(location.hostname)}`,
56
name: `app_${sessionVars.oid}`,
0 commit comments