Aleksander Machniak
2014-04-12 64542fc8035b71252dd7d8678dd82e1a910a76c4
program/js/common.js
@@ -53,7 +53,6 @@
  this.ie = (document.all && !window.opera) || (this.win && this.agent_lc.indexOf('trident/') > 0);
  if (this.ie) {
    this.ie6 = this.appver.indexOf('MSIE 6') > 0;
    this.ie7 = this.appver.indexOf('MSIE 7') > 0;
    this.ie8 = this.appver.indexOf('MSIE 8') > 0;
    this.ie9 = this.appver.indexOf('MSIE 9') > 0;