Don't open a new Firefox window when Standalone is closed if Firefox is open and Zotero for Firefox is not installed
This commit is contained in:
parent
e64f5b2c83
commit
337ff90056
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ Zotero.IPC = new function() {
|
|||
Zotero.debug('IPC: Broadcasting "'+msg+'" to window "'+appName+'MessageWindow"');
|
||||
|
||||
// allocate message
|
||||
var data = ctypes.char.array()('firefox.exe -ZoteroIPC "'+msg.replace('"', '""', "g")+'"\x00C:\\');
|
||||
var data = ctypes.char.array()('firefox.exe -silent -ZoteroIPC "'+msg.replace('"', '""', "g")+'"\x00C:\\');
|
||||
var dataSize = data.length*data.constructor.size;
|
||||
|
||||
// create new COPYDATASTRUCT
|
||||
|
|
Loading…
Add table
Reference in a new issue