Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
y6nH committed Nov 6, 2019
1 parent 666c308 commit 65c12fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion bells-and-watches/bells-and-watches.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions bells-and-watches/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ <h1>Bells and Watches</h1>
const ge = id => document.getElementById(id);

const calc = (date, lat, long) => {
let info = ge("info");
info.innerHTML = ``;
let target = ge("results");
target.innerHTML = "";
const bw = bellsAndWatches.getDayBW(date, lat, long);
Expand Down

0 comments on commit 65c12fd

Please sign in to comment.