From b43712e0f79a9f5bea52217e06155e2f471c490c Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 7 Aug 2013 05:25:25 +0000 Subject: New develop.svn.wordpress.org repository based on the old core.svn repository. * All WordPress files move to a src/ directory. * New task runner (Grunt), configured to copy a built WordPress to build/. * svn:ignore and .gitignore for Gruntfile.js, wp-config.php, and node.js. * Remove Akismet external from develop.svn. Still exists in core.svn. * Drop minified files from src/. The build process will now generate these. props koop. see #24976. and see http://wp.me/p2AvED-1AI. git-svn-id: https://develop.svn.wordpress.org/trunk@25001 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/js/jquery/jquery.table-hotkeys.js | 99 --------------------------- 1 file changed, 99 deletions(-) delete mode 100644 wp-includes/js/jquery/jquery.table-hotkeys.js (limited to 'wp-includes/js/jquery/jquery.table-hotkeys.js') diff --git a/wp-includes/js/jquery/jquery.table-hotkeys.js b/wp-includes/js/jquery/jquery.table-hotkeys.js deleted file mode 100644 index f8b17602e3..0000000000 --- a/wp-includes/js/jquery/jquery.table-hotkeys.js +++ /dev/null @@ -1,99 +0,0 @@ -(function($){ - $.fn.filter_visible = function(depth) { - depth = depth || 3; - var is_visible = function() { - var p = $(this), i; - for(i=0; i