Version 0.1.2 - Ajout du systême d'authentification
This commit is contained in:
@ -9,13 +9,14 @@ class InfoPop {
|
||||
constructor(name) {
|
||||
this.name = name
|
||||
this.element = getID(this.name)
|
||||
this.element.innerHTML = " "
|
||||
this.element.style.fontSize = "14px"
|
||||
|
||||
this.element.style.position = "sticky"
|
||||
}
|
||||
|
||||
clear() {
|
||||
|
||||
this.element.innerHTML = ""
|
||||
this.element.innerHTML = " "
|
||||
}
|
||||
|
||||
err(text) {
|
||||
|
Reference in New Issue
Block a user