Changeset 4983


Ignore:
Timestamp:
08/24/11 10:58:08 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #2243 - Corrigido para pegar o type do plugin instalado no navegador

File:
1 edited

Legend:

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

    r3913 r4983  
    213213        for ( var i = 0 ; i < navigator.plugins.length; i++ ) 
    214214        { 
    215                 if ( navigator.plugins[i].name.match('Java') || navigator.plugins[i].name.match('libnpjp2') ) 
     215                if ( navigator.plugins[i][0].type.match('java') ) 
    216216                { 
    217217                        _winBuild( "dwindownewUpload" , "remove" ); 
Note: See TracChangeset for help on using the changeset viewer.