changed submit method of the addWatchArea form to POST

This commit is contained in:
BroodjeAap 2020-08-13 17:55:51 +00:00
parent 8b001243c5
commit 054ec0e56b

View file

@ -23,7 +23,7 @@
<img src="{{ .Stream.GetCurrentURL }}" class="debug-img">
</div>
</div>
<form action="/addWatchArea" method="GET" id="newWatchAreaForm">
<form action="/addWatchArea" method="POST" id="newWatchAreaForm">
<input type="hidden" name="streamName" value="{{ .Stream.Name }}">
<table class="pure-table pure-table-horizontal">
<caption>Watches</caption>