Paste button

This commit is contained in:
2017-09-06 17:27:33 +02:00
parent 3f198f8360
commit a78830f805
4 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<div class="Box">
<a href="#" onclick="hpfold(1)">Expand all</a>&nbsp;|&nbsp;<a href="#" onclick="hpfold(0)">Collapse all</a>
<a href="#" onclick="hpfold(1);return false">Expand all</a>&nbsp;|&nbsp;<a href="#" onclick="hpfold(0);return false">Collapse all</a>
</div>
<?php require __DIR__ . "/help/troubleshooting.php"; ?>