Skip to content

Commit

Permalink
Correcting motion link
Browse files Browse the repository at this point in the history
I was trying to access the videos/photos from the motion option but it wasn't opening, so i found that the link was wrong. I corrected on mine, sending the PR :)
  • Loading branch information
Douuuglas authored Sep 1, 2020
1 parent 5c07eb3 commit 6bbbdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware_mod/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<div class="navbar-dropdown is-boxed">
<a id="viewer" class="navbar-item onpage" href="javascript: void(0)" data-target="cgi-bin/list_files.cgi?dir=recording">Recordings</a>
<a id="viewer" class="navbar-item onpage" href="javascript: void(0)" data-target="cgi-bin/list_files.cgi?dir=timelapse">Timelapse</a>
<a id="viewer" class="navbar-item onpage" href="javascript: void(0)" data-target="cgi-bin/list_files.cgi?dir=timelapse">Motion</a>
<a id="viewer" class="navbar-item onpage" href="javascript: void(0)" data-target="cgi-bin/list_files.cgi?dir=motion">Motion</a>

</div>
</div>
Expand Down

0 comments on commit 6bbbdea

Please sign in to comment.