Aleksander Machniak
2014-05-28 5377753ccc0b0c6f715c9ce508a350e6f11f333d
Remove useless code for IE
1 files modified
3 ■■■■■ changed files
program/js/app.js 3 ●●●●● patch | view | raw | blame | history
program/js/app.js
@@ -4059,9 +4059,6 @@
          }
        }
        else {
          if (bw.ie)  // add empty line before signature on IE
            body.appendChild(doc.createElement('br'));
          body.appendChild(sigElem);
        }
      }