Compare commits

...

2 Commits

Author SHA1 Message Date
piair
e0b4560988 déjà skip la v6.6.6 ;( 2023-09-27 11:34:58 +02:00
piair
45db9eb67c déjà skip la 6.6.6 ;( 2023-09-27 11:34:47 +02:00
3 changed files with 4 additions and 1 deletions

View File

@ -72,6 +72,7 @@ function change_logs(value) {
myIframe.addEventListener("load", function() {
let doc = myIframe.contentDocument;
doc.body.innerHTML = doc.body.innerHTML + '<style>html{color:white;}</style>';
myIframe.contentWindow.scrollTo(0, myIframe.contentDocument.body.scrollHeight);
});
myIframe.src = "/static/logs/" + value + ".txt";

View File

@ -19,6 +19,8 @@
function reloadIFrame() {
console.log('reloading..');
document.getElementById('iframe').contentWindow.location.reload();
var myIframe = document.getElementById('iframe');
myIframe.contentWindow.scrollTo(0, myIframe.contentDocument.body.scrollHeight);
}
</script>
{% endif %}

View File

@ -1 +1 @@
v6.6.6
v6.6.7