This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/storm/js/jquery-ie.js

3 lines
No EOL
78 B
JavaScript

if ($.browser.msie && $.browser.version <= 10) {
$("html").addClass("ie");
}