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