mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
e188cb6fbc
This reverts commitfba3d10fa4, reversing changes made to4ee75f4167.
4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
// Remove JS warning
|
|
var jswarn = document.getElementById("js-warn-exit");
|
|
jswarn.parentNode.removeChild(jswarn);
|