mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 02:39:25 +01: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);
|