From ef05077a3be702051440e681b73a8b7cb0d67af7 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 1 Sep 2008 13:14:21 +0000 Subject: [PATCH] Comment manipulation keyboard shorcuts: get debug out, props nbachiyski see #7643 git-svn-id: https://develop.svn.wordpress.org/trunk@8794 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/js/jquery/jquery.table-hotkeys.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/js/jquery/jquery.table-hotkeys.js b/wp-includes/js/jquery/jquery.table-hotkeys.js index 8ff517a5e0..19cdb4b389 100644 --- a/wp-includes/js/jquery/jquery.table-hotkeys.js +++ b/wp-includes/js/jquery/jquery.table-hotkeys.js @@ -53,7 +53,6 @@ }; var get_last_row = function() { var rows = $(opts.cycle_expr, table).filter_visible(); - console.log(rows[rows.length-1]); return rows.eq(rows.length-1); }; var make_key_callback = function(expr) { @@ -101,4 +100,4 @@ destructive_suffix: 'destructive', hotkeys_opts: {disableInInput: true, type: 'keypress'}, checkbox_expr: ':checkbox', next_key: 'j', prev_key: 'k', mark_key: 'x', start_row_index: 1, highlight_first: false, highlight_last: false, next_page_link_cb: function() {}, prev_page_link_cb: function() {}}; -})(jQuery); \ No newline at end of file +})(jQuery);