* Remove the focus of product and project.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user