mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 05:38:12 +00:00
Window ids should be strings
A warning is issued when a non-string window id was passed to extension.windows.focus.
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
|
||||
/* Inbox window controller */
|
||||
var inboxOpened = false;
|
||||
var inboxWindowId = 0;
|
||||
var inboxWindowId = 'inbox';
|
||||
window.openInbox = function() {
|
||||
if (inboxOpened === false) {
|
||||
inboxOpened = true;
|
||||
|
||||
Reference in New Issue
Block a user