Merge branch 'dev' of gitea.planet-casio.com:devs/PCv5 into dev

This commit is contained in:
Eragon 2019-12-02 00:03:52 +01:00
commit 3dc935c4f6
No known key found for this signature in database
GPG Key ID: B2B1BF4DA61BBB85
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ for(var i = 1; i < b.length; i++) {
b[i].setAttribute('onfocus', "this.setAttribute('f', 'true');");
b[i].setAttribute('onblur', "this.setAttribute('f', 'false');");
b[i].removeAttribute('href');
console.log("Removed");
}
var trigger_menu = function(active) {