forked from I2P_Developers/i2p.i2p
Console: Fix headers on /debug
JS: Update license headers patch from idk
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
|
||||
/* see also licenses/LICENSE-GPLv2.txt */
|
||||
|
||||
function initDelete()
|
||||
{
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
|
||||
/* see also licenses/LICENSE-GPLv2.txt */
|
||||
|
||||
const setupbuttons=()=>{
|
||||
let sp = document.forms[0].savepri;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
|
||||
/* see also licenses/LICENSE-GPLv2.txt */
|
||||
|
||||
function initDelete()
|
||||
{
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
|
||||
/* see also licenses/LICENSE-GPLv2.txt */
|
||||
|
||||
function initTables() {
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/* #license http://www.jclark.com/xml/copying.txt Expat */
|
||||
/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
|
||||
/* see also licenses/LICENSE-GPLv2.txt */
|
||||
|
||||
function HideMessages() {
|
||||
var hideableMessages = document.getElementsByClassName("messages");
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
|
||||
/* see also licenses/LICENSE-GPLv2.txt */
|
||||
|
||||
let beforePopup = true;
|
||||
window.addEventListener('beforeunload', (e)=>{if (beforePopup) e.returnValue=true;} );
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
|
||||
/* see also licenses/LICENSE-GPLv2.txt */
|
||||
|
||||
function initButtons() {
|
||||
var buttons = document.getElementsByClassName("delete1");
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
|
||||
/* see also licenses/LICENSE-GPLv2.txt */
|
||||
|
||||
function initNotifications() {
|
||||
var buttons = document.getElementsByClassName("notifications");
|
||||
|
||||
@@ -6939,7 +6939,6 @@ b.netdb_transport {
|
||||
|
||||
.debug_container {
|
||||
padding: 10px 15px;
|
||||
margin-top: -16px;
|
||||
background: linear-gradient(to bottom, #fafaff, rgba(250,250,255,0.3)), repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) #efefff !important;
|
||||
border: 1px solid #dee2e6;
|
||||
box-shadow: inset 0 0 0 1px #fff;
|
||||
@@ -6962,10 +6961,6 @@ b.netdb_transport {
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.main#debug h3 + table {
|
||||
margin-top: -16px;
|
||||
}
|
||||
|
||||
#debug td {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
@@ -7001,10 +6996,6 @@ b.netdb_transport {
|
||||
margin-bottom: -13px;
|
||||
}
|
||||
|
||||
.debug_container:empty+ h3 {
|
||||
margin-top: -16px !important;
|
||||
}
|
||||
|
||||
.expiry td {
|
||||
padding-left: 3% !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user