mirror of
https://github.com/pi-hole/web.git
synced 2025-12-23 12:18:26 +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);
|