Ignore:
Timestamp:
11/03/11 13:53:15 (13 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, modulo phpgwapi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/default/js/listUsers.js

    r4992 r5141  
    5454        function execAction(action){ 
    5555 
    56                 if(window.opener){ 
    57                     try{ 
    58                         doc = window.opener.document; 
    59                         select = doc.getElementById('user_list'); 
    60                     } 
    61                     catch(e){ 
    62                         doc = window.document; 
    63                         } 
    64                 } 
    65                 else{ 
     56                if(!window.opener)                               
    6657                    doc = window.document; 
    67                 } 
     58                else 
     59                        doc = window.opener.document; 
    6860 
    6961                select = doc.getElementById('user_list');                                        
Note: See TracChangeset for help on using the changeset viewer.