* Remove the focus of product and project.

This commit is contained in:
chencongzhi520@gmail.com
2012-06-19 01:31:34 +00:00
parent fff75c4c0f
commit 2d7e68c897
-2
View File
@@ -820,8 +820,6 @@ $(document).ready(function()
loadFixedCSS();
$(window).resize(function(){saveWindowSize()}); // When window resized, call it again.
if(needPing) setTimeout('setPing()', 1000 * 60); // After 5 minutes, begin ping.
if($('#productID')) $('#productID').focus();
if($('#projectID')) $('#projectID').focus();
});
/* CTRL+g, auto focus on the search box. */