Changeset 3671


Ignore:
Timestamp:
01/10/11 12:24:19 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #1379 - Assinando a applet de envio avancado com os dados do Expresso Livre

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/filemanager/js/common_functions.js

    r3640 r3671  
    122122        for ( var i = 0 ; i < navigator.plugins.length; i++ ) 
    123123        { 
    124                 if ( navigator.plugins[i].name.match('Java') ) 
     124                if ( navigator.plugins[i].name.match('Java') || navigator.plugins[i].name.match('libnpjp2') ) 
    125125                { 
    126126                        close_window(); 
Note: See TracChangeset for help on using the changeset viewer.