1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-01 20:33:34 +02:00

fucking adblock, wtf

This commit is contained in:
Pomax
2018-12-09 17:35:03 -08:00
parent 4ad072c7a2
commit 30d32d6f6a
13 changed files with 78030 additions and 131 deletions

View File

@@ -20,8 +20,8 @@
this.section = data.section;
this.hash = data.hash;
this.socials.forEach(social => {
var a = document.querySelector("a.social." + social.toLowerCase());
a.href = this["get"+social]();
var area = document.querySelector("map area.social." + social.toLowerCase());
area.href = this["get"+social]();
});
}