File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 372
372
/******************************************************************************/
373
373
374
374
vAPI . isBehindTheSceneTabId = function ( tabId ) {
375
- return tabId . toString ( ) === this . noTabId ;
375
+ return tabId . toString ( ) === '-1' ;
376
376
} ;
377
377
378
378
vAPI . noTabId = '-1' ;
709
709
if ( iconState . dirty & 2 ) {
710
710
icon . badge = iconState . badge ;
711
711
}
712
- if ( iconState . dirty & 1 && icon . image !== ICON_URLS [ iconState . img ] ) {
712
+ if ( ( iconState . dirty & 1 ) && icon . image !== ICON_URLS [ iconState . img ] ) {
713
713
icon . image = ICON_URLS [ iconState . img ] ;
714
714
}
715
715
iconState . dirty = 0 ;
905
905
// channelName: details.toChannel,
906
906
// msg: details.msg
907
907
// });
908
- portTo . dispatchMessage ( wrapper && wraper . timerId , {
909
- mainProcessId : wrapper && wraper . timerId ,
908
+ portTo . dispatchMessage ( wrapper && wrapper . timerId , {
909
+ mainProcessId : wrapper && wrapper . timerId ,
910
910
channelName : details . toChannel ,
911
911
msg : details . msg
912
912
} ) ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ var onLoaded = function() {
39
39
}
40
40
_toggle . apply ( this , arguments ) ;
41
41
pane2 . style . setProperty ( "display" , "inline-block" , "important" ) ;
42
- unchainPane2Timeout = setTimeout ( unchainPane2 , 700 ) ;
42
+ unchainPane2Timeout = setTimeout ( unchainPane2 , 400 ) ;
43
43
updateSize ( enabled ) ;
44
44
}
45
45
else {
You can’t perform that action at this time.
0 commit comments