Changes between Initial Version and Version 1 of Ticket #19189, comment 31
- Timestamp:
- 11/25/2011 05:39:49 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19189, comment 31
initial v1 1 1 Here's the code from autosave.js that deals with this: 2 2 {{{ 3 if ( e.target && e.target.nodeName != '#document' ) 3 $(window).unload( function(e) { 4 if ( e.target && e.target.nodeName != '#document' ) 4 5 return; 6 ... 5 7 }}}