Skip to content

Commit

Permalink
Bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo committed Nov 15, 2019
1 parent 49c3ac6 commit 51ab901
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ declare -A CAMERAS

CAMERAS["yi_home_1080p_6FUS_450"]="y203c"
CAMERAS["yi_home_1080p_9FUS_450"]="y203c"
CAMERAS["yi_home_1080p_BFUS_450"]="y203c"
CAMERAS["yi_dome_1080p_6FUS_460"]="h201c"
CAMERAS["yi_dome_1080p_BFUS_460"]="h201c"

Expand Down
1 change: 1 addition & 0 deletions src/www/compile.www
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ mkdir -p ./_install/www/images
mkdir -p ./_install/www/css
mkdir -p ./_install/www/js
mkdir -p ./_install/www/pages
ln -s /tmp/sd/record ./_install/www/record

echo "Compressing CSS files..."
#find ./httpd/htdocs/css/* ! -name all.css -exec cat {} \+ > ./_install/www/htdocs/css/tmp.css
Expand Down
2 changes: 1 addition & 1 deletion src/www/httpd/htdocs/js/modules/eventsdir.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ APP.eventsdir = (function ($) {
url: 'cgi-bin/eventsdir.sh',
dataType: "json",
success: function(data) {
html += "<tr><td><b>Date & time</b></td>";
html += "<tr><td><b>Date & time (UTC)</b></td>";
html += "<td><b>Directory name</b></td></tr>";
if (data.records.length == 0) {
html += "<tr><td>No events</td><td></td></tr>";
Expand Down
2 changes: 1 addition & 1 deletion src/www/httpd/htdocs/js/modules/eventsfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ APP.eventsfile = (function ($) {
success: function(data) {
document.getElementById("title-container").innerHTML = data.date + " - Select event";
html = "<table class=\"u-full-width padded-table\"><tbody>";
html += "<tr><td><b>Time</b></td>";
html += "<tr><td><b>Time (UTC)</b></td>";
html += "<td><b>File name</b></td></tr>";
if (data.records.length == 0) {
html += "<tr><td>No events in this folder</td><td></td></tr>";
Expand Down
1 change: 1 addition & 0 deletions stock_firmware/yi_home_1080p_BFUS_450

0 comments on commit 51ab901

Please sign in to comment.