https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20062
Bug ID: 20062
Summary: Remove support for Internet Explorer 7 in the staff
client
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Browser compatibility
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
There are several templates in the staff client which include a JavaScript shim
adding functionality to Internet Explorer < version 9, required for the search
result browser feature:
<!--[if lt IE 9]>
<script type="text/javascript" src="[% interface
%]/lib/shims/json2.min.js"></script>
<![endif]-->
Internet Explorer 7 was released in 2006 and should not be actively supported.
The templates should be modified to omit this block, and the shim JS should be
removed.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/