mirror of
https://github.com/pi-hole/web.git
synced 2025-12-21 19:28:27 +00:00
4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
// Remove JS warning
|
|
var jswarn = document.getElementById("js-warn-exit");
|
|
jswarn.parentNode.removeChild(jswarn);
|