Ignore:
Timestamp:
03/02/12 03:48:47 (12 years ago)
Author:
cristiano
Message:

Ticket #2497 - Nova estrategia para o salvamento automatico de rascunhos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/api/datalayer.js

    r5601 r5604  
    1919 
    2020          if( isIframe.test( options.dataType ) || options.data instanceof FormData ) 
    21           {     
     21          { 
     22              options.url = options.fileInput.parents( 'form' ).attr( 'action' ); 
     23             
    2224              res = internalUrl.exec( options.url ); 
    2325 
Note: See TracChangeset for help on using the changeset viewer.