mirror of
				https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
				synced 2025-11-04 07:33:53 +01:00 
			
		
		
		
	je sais toujours pas comment marche le js mais bon
This commit is contained in:
		@@ -70,5 +70,9 @@ function change_proxy(value, data, len) {
 | 
				
			|||||||
function change_logs(value) {
 | 
					function change_logs(value) {
 | 
				
			||||||
    console.log("new value : " + value);
 | 
					    console.log("new value : " + value);
 | 
				
			||||||
    document.getElementById("embed").src = "/static/logs/" + value + ".txt";
 | 
					    document.getElementById("embed").src = "/static/logs/" + value + ".txt";
 | 
				
			||||||
    //document.getElementById("embed").contentDocument.location.reload(true);
 | 
					    window.onload = function() {
 | 
				
			||||||
 | 
					        let myiFrame = document.getElementById("embed");
 | 
				
			||||||
 | 
					        let doc = myiFrame.contentDocument;
 | 
				
			||||||
 | 
					        doc.body.innerHTML = doc.body.innerHTML + '<style>html{color:white;}</style>';
 | 
				
			||||||
 | 
					     }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user