Require path before screenshot; auto-name files within folder, no user-selected filenames.

This commit is contained in:
2018-04-15 23:34:23 -07:00
parent a9e08b4451
commit 15d7013924
2 changed files with 25 additions and 16 deletions

View File

@@ -16,7 +16,7 @@
<textarea id="description" name="description" placeholder="Incident Description..." rows="10" cols="30"></textarea>
</form>
<label id="screenshot-path">Path:</label><br>
<label id="screenshot-path">Path: NONE</label><br>
<button id="path-button" class="btn btn-primary">Select Path</button><br>
<button id="screen-shot" class="btn btn-primary">Take Screenshot</button>
</div>