Last modified: 2014-06-17 21:13:59 UTC
LiquidThreads/lqt.js 1595: $( '.lqt-command-watch' ).live( 'click', liquidThreads.asyncWatch ); 1596: $( '.lqt-command-unwatch' ).live( 'click', liquidThreads.asyncWatch ); 1599: $( '.lqt-command-link' ).live( 'click', liquidThreads.showThreadLinkWindow ); 1602: $( '.lqt-summary-link' ).live( 'click', liquidThreads.showSummaryLinkWindow ); 1605: $( 'a.lqt-show-replies' ).live( 'click', liquidThreads.showReplies ); 1608: $( 'a.lqt-show-more-posts' ).live( 'click', liquidThreads.showMore ); 1611: $( '.lqt-command-edit > a' ).live( 'click', liquidThreads.handleEditLink ); 1614: $( '#wpSave' ).live( 'click', liquidThreads.handleAJAXSave ); 1615: $( '#wpTextbox1' ).live( 'keyup', liquidThreads.onTextboxKeyUp );
Change 140221 had a related patch set uploaded by TheDJ: Replace obsolete live() with $( document ).on() https://gerrit.wikimedia.org/r/140221
Change 140221 merged by jenkins-bot: Replace obsolete live() with $( document ).on() https://gerrit.wikimedia.org/r/140221