summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails/full_view.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/mails/full_view.hbs')
-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>