Compare commits

..

No commits in common. "e0b4560988ac6d6450e455ca64f73d9bfa0e8cf5" and "dc2a9e20df83058cd11620543f1e4e47bddfd763" have entirely different histories.

3 changed files with 1 additions and 4 deletions

View File

@ -72,7 +72,6 @@ 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,8 +19,6 @@
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.7
v6.6.6