Use a more specific selector for comment moderation hotkeys after [31513].
props afercia. fixes #31545. git-svn-id: https://develop.svn.wordpress.org/trunk@31929 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2b55dfcb8b
commit
e2a54a80b5
@ -603,7 +603,9 @@ $(document).ready(function(){
|
|||||||
disableInInput: true,
|
disableInInput: true,
|
||||||
type: 'keypress',
|
type: 'keypress',
|
||||||
noDisable: '.check-column input[type="checkbox"]'
|
noDisable: '.check-column input[type="checkbox"]'
|
||||||
}
|
},
|
||||||
|
cycle_expr: '#the-comment-list tr',
|
||||||
|
start_row_index: 0
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user