OpenINF / openinf.github.io

Should not have unused variables JS-0128
Bug risk
Major
1 occurrence in this check
'e' is defined but never used. Allowed unused args must match /^_/u
254			if (!('visibilityState' in document) || document.visibilityState === 'visible')
255				goatcounter.count()
256			else {
257				var f = function(e) {258					if (document.visibilityState !== 'visible')
259						return
260					document.removeEventListener('visibilitychange', f)