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

(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-1 / +8 lines)
Lines 320-322 function getContextBiblioNumbers() { Link Here
320
function resetSearchContext() {
320
function resetSearchContext() {
321
    setContextBiblioNumbers( new Array() );
321
    setContextBiblioNumbers( new Array() );
322
}
322
}
323
- 
323
324
//Warn users if they're using Internet Explorer
325
$(document).ready(function(){
326
    if (window.MSCompatibleInfo){
327
        var MSG_WARN_MS_BROWSER_COMPAT = _("Koha no longer supports the Internet Explorer browser. Please use a supported browser such as Firefox, Chrome, or Edge.");
328
        $("body").prepend("<div class='alert'>" + MSG_WARN_MS_BROWSER_COMPAT + "</div>");
329
    }
330
});

Return to bug 26305