File manager - Edit - /usr/local/cpanel/base/frontend/jupiter/js/ui_cleaner.js
Back
// hide the Notices box if there is no "interesting" HTML in it function hide_notices_ifempty() { var noticeboard = document.getElementById("noticeboard"); if (!noticeboard) { return; } if (!/[^\s\n\r]/.test(noticeboard.innerHTML)) { /* the box is empty, so hide it */ document.getElementById("notices").style.display = "none"; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings