Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19189, comment 31


Ignore:
Timestamp:
11/25/2011 05:39:49 PM (13 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19189, comment 31

    initial v1  
    11Here's the code from autosave.js that deals with this:
    22{{{
    3 if ( e.target && e.target.nodeName != '#document' )
     3$(window).unload( function(e) {
     4  if ( e.target && e.target.nodeName != '#document' )
    45    return;
     6...
    57}}}