Minor changes

This commit is contained in:
Darks 2019-11-29 21:37:05 +01:00
parent f3e47bd082
commit 9ef8ae26d0
Signed by: Darks
GPG Key ID: F61F10FA138E797C
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) {