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 |
}); |