diff --git a/www/js/my.full.js b/www/js/my.full.js index 6e2bfa29d7..b889728d21 100644 --- a/www/js/my.full.js +++ b/www/js/my.full.js @@ -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. */