diff options
| author | Aleksander Machniak <alec@alec.pl> | 2014-05-28 18:51:26 +0200 | 
|---|---|---|
| committer | Aleksander Machniak <alec@alec.pl> | 2014-05-28 18:51:26 +0200 | 
| commit | 5377753ccc0b0c6f715c9ce508a350e6f11f333d (patch) | |
| tree | e355be117b2a0556242836d6afb140b791213a29 | |
| parent | bfa20e3867c35d06017777f51694556e0fea1f6d (diff) | |
Remove useless code for IE
| -rw-r--r-- | program/js/app.js | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/program/js/app.js b/program/js/app.js index 2a6b9ef78..8c1fcb44b 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -4059,9 +4059,6 @@ function rcube_webmail()            }          }          else { -          if (bw.ie)  // add empty line before signature on IE -            body.appendChild(doc.createElement('br')); -            body.appendChild(sigElem);          }        } | 
