Add disclaimer again....

This is really killing any motivation I might have had to work on this 
project.
This commit is contained in:
Starbeamrainbowlabs 2020-04-27 23:57:37 +01:00
parent 8f6057913b
commit 2d3c32e870
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 7 additions and 0 deletions

View File

@ -67,6 +67,13 @@ class UI {
document.querySelector("main").classList.remove("working-visual");
}).bind(this)
},
{
type: "button",
name: "View disclaimer",
callback: ((_event) => {
window.open("https://github.com/ConnectedHumber/Air-Quality-Web/tree/dev#disclaimer", "_blank")
})
},
{
type: "button",
name: "Report bug",