diff --git a/Flask/templates/dev.html b/Flask/templates/dev.html
index 699a5e8..f322271 100644
--- a/Flask/templates/dev.html
+++ b/Flask/templates/dev.html
@@ -14,11 +14,8 @@
var myIframe = document.getElementById('iframe');
myIframe.addEventListener("load", function() {
myIframe.contentWindow.scrollTo(0, myIframe.contentDocument.body.scrollHeight);
+ reloadIFrame();
});
-
- window.setInterval(function() {
- reloadIFrame()
- }, 500);
function reloadIFrame() {
console.log('reloading..');
diff --git a/version b/version
index a405d68..16b3e2b 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-v6.6.8
+v6.6.9