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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-2 lines)
Lines 106-112 Link Here
106
106
107
        $("body").on("click", ".show-errors", function(e){
107
        $("body").on("click", ".show-errors", function(e){
108
            document.getElementById("form-errors").scrollIntoView();
108
            document.getElementById("form-errors").scrollIntoView();
109
            Sticky.hcSticky('refresh');
110
        });
109
        });
111
110
112
        $("#preview").click(function () {
111
        $("#preview").click(function () {
Lines 371-377 Link Here
371
        } else {
370
        } else {
372
            $("#check_errors").html( StrAlert );
371
            $("#check_errors").html( StrAlert );
373
            $('html, body').animate({ scrollTop: 0 }, 'fast');
372
            $('html, body').animate({ scrollTop: 0 }, 'fast');
374
            Sticky.hcSticky('refresh');
375
            return false;
373
            return false;
376
        }
374
        }
377
    }
375
    }
(-)a/koha-tmpl/intranet-tmpl/prog/js/members-menu.js (-1 / +1 lines)
Lines 1-4 Link Here
1
/* global borrowernumber advsearch dateformat __ CAN_user_borrowers_delete_borrowers CAN_user_borrowers_edit_borrowers number_of_adult_categories destination Sticky Cookies*/
1
/* global borrowernumber advsearch dateformat __ CAN_user_borrowers_delete_borrowers CAN_user_borrowers_edit_borrowers number_of_adult_categories destination Cookies*/
2
2
3
$(document).ready(function(){
3
$(document).ready(function(){
4
    searchfield_date_tooltip("");
4
    searchfield_date_tooltip("");
(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-4 / +1 lines)
Lines 1-4 Link Here
1
/* global shortcut delBasket Sticky AUDIO_ALERT_PATH Cookies */
1
/* global shortcut delBasket AUDIO_ALERT_PATH Cookies */
2
/* exported addBibToContext delBibToContext escape_str escape_price openWindow _ removeFocus toUC confirmDelete confirmClone playSound */
2
/* exported addBibToContext delBibToContext escape_str escape_price openWindow _ removeFocus toUC confirmDelete confirmClone playSound */
3
if (KOHA === undefined) var KOHA = {};
3
if (KOHA === undefined) var KOHA = {};
4
4
Lines 168-176 $(document).ready(function () { Link Here
168
    $(".toggle_element").on("click", function (e) {
168
    $(".toggle_element").on("click", function (e) {
169
        e.preventDefault();
169
        e.preventDefault();
170
        $($(this).data("element")).toggle();
170
        $($(this).data("element")).toggle();
171
        if (typeof Sticky !== "undefined" && typeof hcSticky === "function") {
172
            Sticky.hcSticky("update");
173
        }
174
    });
171
    });
175
172
176
    var navmenulist = $("#navmenulist");
173
    var navmenulist = $("#navmenulist");
(-)a/t/mock_templates/intranet-tmpl/prog/en/modules/about.tt (-7 / +1 lines)
Lines 1083-1093 Link Here
1083
            <a href="https://web.archive.org/web/20160819153233/http://orangoo.com:80/labs/GreyBox">GreyBox JavaScript Library v5.54</a>: <a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU Lesser General Public License, version 2.1</a>
1083
            <a href="https://web.archive.org/web/20160819153233/http://orangoo.com:80/labs/GreyBox">GreyBox JavaScript Library v5.54</a>: <a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU Lesser General Public License, version 2.1</a>
1084
        </p>
1084
        </p>
1085
1085
1086
        <h2>HC Sticky</h2>
1087
        <p>
1088
            <a href="https://somewebmedia.github.io/hc-sticky/">HC Sticky JavaScript library v2.2.7</a>: <a href="https://github.com/somewebmedia/hc-sticky/blob/v2.2.7/LICENSE">MIT License</a>
1089
        </p>
1090
1091
        <h2>Highlight</h2>
1086
        <h2>Highlight</h2>
1092
        <p>
1087
        <p>
1093
            <a href="https://johannburkard.de/blog/programming/javascript/highlight-javascript-text-higlighting-jquery-plugin.html">Highlight jQuery Plugin v5.0</a>: MIT License
1088
            <a href="https://johannburkard.de/blog/programming/javascript/highlight-javascript-text-higlighting-jquery-plugin.html">Highlight jQuery Plugin v5.0</a>: MIT License
Lines 1339-1342 Link Here
1339
            mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Billy.
1334
            mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Billy.
1340
        </p>
1335
        </p>
1341
    [% END # tab=dedications %]
1336
    [% END # tab=dedications %]
1342
[% END %]
1337
[% END %]
1343
- 

Return to bug 36694