Drop support for Internet Explorer

This commit is contained in:
Richard Hansen 2020-12-18 18:13:02 -05:00 committed by John McLear
parent c5cf7ab144
commit b82bf5c726
7 changed files with 149 additions and 619 deletions

View file

@ -406,13 +406,6 @@ var pad = {
pad.initTime = +(new Date());
pad.padOptions = clientVars.initialOptions;
// for IE
if (browser.msie) {
try {
document.execCommand('BackgroundImageCache', false, true);
} catch (e) {}
}
// order of inits is important here:
pad.myUserInfo = {
userId: clientVars.userId,