mirror of
https://github.com/pi-hole/web.git
synced 2026-03-02 23:49: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);
|