From a20f4fb244a56febb929d77d5140175f4ff8b5bf Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Mon, 12 Apr 2021 15:53:45 +0000 Subject: [PATCH] Merged in [18928] from rjsparks@nostrum.com: Simplify javascript on the htmlized document pages. - Legacy-Id: 18944 Note: SVN reference [18928] has been migrated to Git commit 55bb635ccb15ff255d28bff2dd87760d0264d6bb --- ietf/templates/doc/document_html.html | 32 +++++++++------------------ 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/ietf/templates/doc/document_html.html b/ietf/templates/doc/document_html.html index da692403c..1d9a74905 100644 --- a/ietf/templates/doc/document_html.html +++ b/ietf/templates/doc/document_html.html @@ -36,7 +36,7 @@ {% endif %} {% endblock %} -{% block bodyAttrs %}onload="addHeaderTags()" style="padding-top: 0;"{% endblock %} +{% block bodyAttrs %}style="padding-top: 0;"{% endblock %} {% block content %} {% origin %} @@ -44,16 +44,16 @@
 
@@ -75,18 +75,6 @@ {% block js %}