diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2018-10-03 22:23:57 +0000 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2018-10-03 22:23:57 +0000 |
commit | dcba303f8d172f6748225d2e00f28a44ac13c453 (patch) | |
tree | d03607192a35e21a65fe1972f57bc273c53a25bb /html/display_panel/content/display-panel.html | |
parent | 5461a48cbeac01d5f8bc31a10d11ff72a295c7d9 (diff) | |
parent | 12bfe0f9fdad5bfea680d897c81319684ee82180 (diff) |
Merge #25 `Adding automated test suite`
Diffstat (limited to 'html/display_panel/content/display-panel.html')
-rw-r--r-- | html/display_panel/content/display-panel.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/html/display_panel/content/display-panel.html b/html/display_panel/content/display-panel.html index df153b3..80f4cb9 100644 --- a/html/display_panel/content/display-panel.html +++ b/html/display_panel/content/display-panel.html @@ -53,6 +53,7 @@ <button id="complain">Complain to site owner</button> <button id="report-tab">Show this report in a new tab</button> <button id="open-options">Settings...</button> + <button id="autotest">Automated self test...</button> </div> </div> <div id="info"> @@ -100,5 +101,6 @@ </div> </div> </body> +<script src="/common/Test.js"></script> <script src="main_panel.js"></script> </html> |