Changeset 3869


Ignore:
Timestamp:
03/15/11 09:56:42 (13 years ago)
Author:
diegomoreno
Message:

Ticket #1649 - FileManager? - Ajuste para editar arquivo selecionado.

File:
1 edited

Legend:

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

    r3673 r3869  
    527527                                address = document.location.toString(); 
    528528                                address = address.split("&"); 
    529                                 document.location = address[0]+"&"+arg+".x=1&filename="+base64_encode(filename)+".&path="+base64_encode(currentPath); 
     529                                document.location = address[0]+"&"+_arg+".x=1&filename="+base64_encode(filename)+".&path="+base64_encode(currentPath); 
    530530                        } 
    531531                        else 
Note: See TracChangeset for help on using the changeset viewer.