mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Add disclaimer again....
This is really killing any motivation I might have had to work on this project.
This commit is contained in:
parent
8f6057913b
commit
2d3c32e870
1 changed files with 7 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue