changed submit method of the addWatchArea form to POST
This commit is contained in:
parent
8b001243c5
commit
054ec0e56b
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue