We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5f4d8 commit 86f02a7Copy full SHA for 86f02a7
1 file changed
code_comments/htdocs/code-comments.js
@@ -231,9 +231,8 @@
231
};
232
233
var callbackMouseout = function( event ) {
234
- var tr = $( 'th', this ).length? this : $( this ).parent().get( 0 ),
235
- row = new RowView( { el: tr } );
236
- $( 'a.bubble', tr ).remove();
+ $( 'a.bubble', this ).remove();
+ var row = new RowView( { el: this } );
237
row.bringBackOriginalLineNumberCellContent();
238
239
0 commit comments