mirror of
https://github.com/pi-hole/web.git
synced 2026-04-29 21:21:56 +01:00
3 lines
113 B
JavaScript
3 lines
113 B
JavaScript
// Remove JS warning
|
|
var jswarn = document.getElementById("js-warn-exit");
|
|
jswarn.parentNode.removeChild(jswarn); |