remove windows related messages

self restarts now work, so no need.
This commit is contained in:
Harvey Tindall
2020-09-08 23:13:44 +01:00
parent bbb0568cc4
commit 831296a3e8
4 changed files with 1 additions and 26 deletions
-4
View File
@@ -359,11 +359,7 @@
<div class="card-body text-center">
<h5 class="card-title">Finished!</h5>
<p class="card-text">
{{ if .windows }}
Press the button below to submit your settings. Unfortunately you're running on Windows, so jfa-go <a href="https://github.com/golang/go/issues/30662">cannot restart itself.</a> You will manually have to restart.
{{ else }}
Press the button below to submit your settings. The program will restart. Once it's done, refresh this page.
{{ end }}
</p>
<button id="submitButton" class="btn btn-primary">Submit</button>
</div>