program/js/common.js @@ -743,12 +743,8 @@ }); // Do not blur currently focused element // Catch "unspecified error" in IE9 (#1489008) try { if (this != document.activeElement) elem.blur(); } catch(e) {} } }); };