Skip to content

Commit 2a00677

Browse files
author
Jelte Jansen
committed
minor cleanup
- Legacy-Id: 2406
1 parent d64fbf0 commit 2a00677

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

jelte/ietf/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373

7474
<td style="width:6px; padding-right:0px;padding-left:0px;" >
7575
<div>
76-
<img src="/images/hide.gif" id="hide_navbar" onclick="jQuery('#show_navbar').show(); jQuery('#ietf-navbar').hide('slow'); jQuery(this).hide(); "/>
77-
<img src="/images/show.gif" id="show_navbar" onclick="jQuery('#hide_navbar').show(); jQuery('#ietf-navbar').show('slow'); jQuery(this).hide();" onLoad="jQuery(this).hide();"/>
76+
<img src="/images/hide.gif" id="hide_navbar" onclick="jQuery('#ietf-navbar').hide('slow'); jQuery(this).hide(); jQuery('#show_navbar').show(); "/>
77+
<img src="/images/show.gif" id="show_navbar" onclick="jQuery('#ietf-navbar').show('slow'); jQuery(this).hide(); jQuery('#hide_navbar').show();" onLoad="jQuery(this).hide();"/>
7878
</div>
7979
</td>
8080

jelte/ietf/templates/idrfc/doc_main.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060

6161
{% block content %}
6262
<div style="padding-top: 3px;">
63-
<img src="/images/hide_vertical.gif" id="hide_docdata" onclick="jQuery('#show_docdata').show(); jQuery('#docinfo').hide('slow'); jQuery(this).hide(); "/>
64-
<img src="/images/show_vertical.gif" id="show_docdata" onclick="jQuery('#hide_docdata').show(); jQuery('#docinfo').show('slow'); jQuery(this).hide();" onLoad="jQuery(this).hide();"/>
63+
<img src="/images/hide_vertical.gif" id="hide_docinfo" onclick="jQuery('#show_docinfo').show(); jQuery('#docinfo').hide('slow'); jQuery(this).hide(); "/>
64+
<img src="/images/show_vertical.gif" id="show_docinfo" onclick="jQuery('#hide_docinfo').show(); jQuery('#docinfo').show('slow'); jQuery(this).hide();" onLoad="jQuery(this).hide();"/>
6565
</div>
6666

6767
<div id="docinfo">

jelte/ietf/templates/idrfc/doc_main_id.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{% extends "idrfc/doc_main.html" %}
2-
32
{% comment %}
43
Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
54
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>

0 commit comments

Comments
 (0)