summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails
diff options
context:
space:
mode:
authorAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-02-19 16:45:53 -0200
committerAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-02-19 16:45:53 -0200
commit6f253b607f7211c1d63973c1f135e1230491d6ca (patch)
treee14845e3fe30afa78fb4db27f3879a02940923b6 /web-ui/app/templates/mails
parenta22c4a5cb9248d550e2feb430b8f047a7e555a9a (diff)
parent52592a12922f761ce1cc0dc8bb6e92fc5de01ff9 (diff)
Merge pull request #297 from pixelated-project/new-sidebar
New sidebar
Diffstat (limited to 'web-ui/app/templates/mails')
-rw-r--r--web-ui/app/templates/mails/full_view.hbs6
1 files changed, 0 insertions, 6 deletions
diff --git a/web-ui/app/templates/mails/full_view.hbs b/web-ui/app/templates/mails/full_view.hbs
index d05537f3..c72b3af9 100644
--- a/web-ui/app/templates/mails/full_view.hbs
+++ b/web-ui/app/templates/mails/full_view.hbs
@@ -81,9 +81,3 @@
</div>
{{/if}}
</div>
-<script>
- (function () {
- var height = $(".msg-header")[0].offsetHeight;
- $(".bodyArea")[0].style.marginTop = height + 'px';
- }());
-</script>