Comment manipulation keyboard shorcuts: get debug out, props nbachiyski see #7643
git-svn-id: http://svn.automattic.com/wordpress/trunk@8794 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3dccf02b82
commit
e819a98d94
@ -53,7 +53,6 @@
|
|||||||
};
|
};
|
||||||
var get_last_row = function() {
|
var get_last_row = function() {
|
||||||
var rows = $(opts.cycle_expr, table).filter_visible();
|
var rows = $(opts.cycle_expr, table).filter_visible();
|
||||||
console.log(rows[rows.length-1]);
|
|
||||||
return rows.eq(rows.length-1);
|
return rows.eq(rows.length-1);
|
||||||
};
|
};
|
||||||
var make_key_callback = function(expr) {
|
var make_key_callback = function(expr) {
|
||||||
|
Loading…
Reference in New Issue
Block a user