Skip to content

Commit

Permalink
Merge pull request #78 from RetroArcher/fix-dashboard-popup
Browse files Browse the repository at this point in the history
Remove javascript alert
  • Loading branch information
ReenigneArcher committed Jun 18, 2022
2 parents d775c33 + 4597254 commit 4da8be9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@

// resize charts if browser size changed between updates
const resizeObserver = new ResizeObserver(entries => {
alert(entries)
for (let entry of entries) {
Plotly.Plots.resize(entry.target);
}
Expand Down

0 comments on commit 4da8be9

Please sign in to comment.