There was an error while loading. Please reload this page.
1 parent d08c515 commit 496dfa3Copy full SHA for 496dfa3
1 file changed
ietf/templates/submit/draft_status.html
@@ -42,6 +42,7 @@
42
idnitsDialog.render();
43
44
var showIdnits = function() {
45
+ $('#idnits_results').show();
46
$('#idnits_title').show();
47
$('#twopages_title').hide();
48
$('pre.idnits_message').show();
@@ -90,7 +91,7 @@ <h2>Check Page</h2>
90
91
{% endif %}
92
<a class="idnits_trigger" href="#">(View IDNITS Results)</a>
93
</p>
-<div id="idnits_results" style="visibility:hidden;">
94
+<div id="idnits_results" style="visibility:hidden; display: none;">
95
<div class="hd">
96
<span style="display: none;" id="idnits_title">Idnits results</span>
97
<span style="display: none;" id="twopages_title">First two pages</span>
0 commit comments