https://bugzilla.wikimedia.org/show_bug.cgi?id=33164
--- Comment #1 from Aaron Schulz <[email protected]> 2011-12-15 18:25:32 UTC --- The only unload bind is: // Flag users as "no longer reviewing" on navigate-away $( window ).bind( 'beforeunload', function( e ) { if ( FlaggedRevsReview.isUserReviewing == 1 ) { FlaggedRevsReview.deadvertiseReviewing(); } } ); This should support multiple bindings (using jQuery). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
