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:
Sergey Biryukov 2015-03-30 13:53:30 +00:00
parent 2b55dfcb8b
commit e2a54a80b5
1 changed files with 3 additions and 1 deletions

View File

@ -603,7 +603,9 @@ $(document).ready(function(){
disableInInput: true,
type: 'keypress',
noDisable: '.check-column input[type="checkbox"]'
}
},
cycle_expr: '#the-comment-list tr',
start_row_index: 0
}
);
}