From d3b92f26600f533f15069945471ef59c843f9ac8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 2 Jul 2012 11:36:32 +0200 Subject: [PATCH 1/1] Bug 8217: Followup: move code to the document.ready function Patch for 3.8 --- .../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 cd203c6..160d434 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 > ul').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