Aleksander Machniak
2013-03-22 f38d15c700303b3d63e7ad1b06a418986ac815f9
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) {}
      if (this != document.activeElement)
        elem.blur();
    }
  });
};