FCLT#57286 fixActiveelementError uitfaseren (stap 1)

svn path=/Website/branches/v2019.1/; revision=41959
This commit is contained in:
2019-04-04 12:49:22 +00:00
parent b5cdbe2d75
commit c427f9a13f

View File

@@ -1231,6 +1231,7 @@ var FcltMgr =
fixActiveelementError: function ()
{ // FSN#25845
// Fix 'unspecified error' op document.activeElement in jQuery 1.9.1/IE 9
return;
var agent = navigator.userAgent;
if (agent.match(/MSIE 7\.0|MSIE 8\.0|MSIE 9\.0/))
{