Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
focus search field at page load. fix bug 745949
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetto committed Apr 16, 2012
1 parent 0504bea commit 2edbe49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/ffx36.js
Expand Up @@ -2,6 +2,8 @@ var FFX36 = window.FFX36 || {};

FFX36.Common = (function() {
function _init() {
$('#sf').focus();

if (_is_upgradable()) {
$('.upgradable').show();

Expand Down

0 comments on commit 2edbe49

Please sign in to comment.