kopia lustrzana https://github.com/magicbug/Cloudlog
Correct text input id to be able to save it
rodzic
54ad24d3be
commit
81b9c270c8
|
@ -27,7 +27,7 @@ checked.<br />
|
|||
<form>
|
||||
<div class="form-group">
|
||||
<label for="message">Message</label>
|
||||
<textarea name="message" class="form-control" id="exampleFormControlTextarea1" rows="3" aria-describedby="messageHelp"></textarea>
|
||||
<textarea name="message" class="form-control" id="messageInput" rows="3" aria-describedby="messageHelp"></textarea>
|
||||
<small id="messageHelp" class="form-text text-muted">Any extra information we need to know about?</small>
|
||||
</div>
|
||||
|
||||
|
@ -40,4 +40,4 @@ checked.<br />
|
|||
<button type="button" onclick="saveNotInLogRequest(this.form);" class="btn btn-sm btn-primary"><i
|
||||
class="fas fa-plus-square"></i> Send not in log request</button>
|
||||
|
||||
</form>
|
||||
</form>
|
||||
|
|
Ładowanie…
Reference in New Issue