From ac9c3ae34f834e0e00aa4349be89b40750a37a06 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 18 Jun 2012 10:45:08 +0200 Subject: [PATCH 1/1] Bug 8217: Followup: move code to the document.ready function --- .../prog/en/modules/catalogue/detail.tt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index ce52040..3bdb44e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -37,6 +37,7 @@ function verify_images() { } $(document).ready(function() { $('#bibliodetails').tabs(); + $('#search-form').focus(); }); [% IF ( AmazonEnabled ) %]$(window).load(function() { verify_images(); @@ -45,7 +46,7 @@ function verify_images() { - + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] -- 1.7.7.3