View | Details | Raw Unified | Return to bug 23226
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-1 / +1 lines)
Lines 215-221 Link Here
215
</div>
215
</div>
216
216
217
[% MACRO jsinclude BLOCK %]
217
[% MACRO jsinclude BLOCK %]
218
    <script type="text/javascript">
218
    <script>
219
219
220
         $(document).ready(function() {
220
         $(document).ready(function() {
221
            //Set focus to cataloging search
221
            //Set focus to cataloging search
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-2 / +1 lines)
Lines 170-176 Link Here
170
[% MACRO jsinclude BLOCK %]
170
[% MACRO jsinclude BLOCK %]
171
    [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
171
    [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
172
    [% INCLUDE 'datatables.inc' %]
172
    [% INCLUDE 'datatables.inc' %]
173
    <script type="text/javascript">
173
    <script>
174
        $(document).ready(function(){
174
        $(document).ready(function(){
175
175
176
            $(".dropdown").on("hidden.bs.dropdown", function(){
176
            $(".dropdown").on("hidden.bs.dropdown", function(){
177
- 

Return to bug 23226