Ignore:
Timestamp:
09/20/07 08:37:48 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant_messenger/js/im_var_globals.js

    r67 r70  
    3131} 
    3232 
    33 function windowBlur() {focusFlag = false; document.title = window_title;} 
    34 function windowFocus() {focusFlag = true; document.title = window_title;} 
     33function windowBlur()  
     34{ 
     35        try{ 
     36                focusFlag = false;  
     37                document.title = window_title; 
     38        }catch(e){} 
     39} 
     40function windowFocus() 
     41{ 
     42        try{ 
     43                focusFlag = true;  
     44                document.title = window_title; 
     45        }catch(e){} 
     46} 
    3547 
    3648var WINDOW_STATE_REGULAR = "regular"; 
Note: See TracChangeset for help on using the changeset viewer.