Hide footnotes section if no analysis is shown

This commit is contained in:
Carsten Grohmann 2017-11-27 20:51:36 +01:00
parent 0592c33b66
commit 007f425267

View File

@ -434,20 +434,18 @@ function goBack() {
</tbody> </tbody>
</table> </table>
</div>
<div id="error_box">
<h2>Error messages</h2>
<div class="terminal" id="__terminal__"></div>
</div>
<h2>Footnotes</h2> <h2>Footnotes</h2>
<ol> <ol>
<li id="footnote-proc5"><cite><a href="http://man7.org/linux/man-pages/man5/proc.5.html" target="_blank"> <li id="footnote-proc5"><cite><a href="http://man7.org/linux/man-pages/man5/proc.5.html" target="_blank">
proc(5) - process information pseudo-filesystem</a></cite> (<a href="#" onclick="goBack()">Go Back</a>) proc(5) - process information pseudo-filesystem</a></cite> (<a href="#" onclick="goBack()">Go Back</a>)
</li> </li>
</ol> </ol>
</div>
<div id="error_box">
<h2>Error messages</h2>
<div class="terminal" id="__terminal__"></div>
</div>
<hr/> <hr/>