From 287edad647cce778b73a067be66bdd629068b63b Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 24 Dec 2007 07:08:37 +0000 Subject: [PATCH] A better addLoadEvent which kicks off when the DOM is ready instead onLoad, which kicks off after images finish. Code from Dean Edwards, Mathias Miller, John Resig, Jesse Skinner. Should speed up front-end execution. git-svn-id: http://svn.automattic.com/wordpress/trunk@6482 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-header.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index 3942b7cf98..5c0000dd76 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -20,8 +20,7 @@ get_admin_page_title();