aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--javascript/images_history.js2
-rw-r--r--modules/images_history.py4
-rw-r--r--style.css4
3 files changed, 5 insertions, 5 deletions
diff --git a/javascript/images_history.js b/javascript/images_history.js
index 620f242c..c5c2886e 100644
--- a/javascript/images_history.js
+++ b/javascript/images_history.js
@@ -172,7 +172,7 @@ function images_history_init(){
}
var images_history_tab_list = ["txt2img", "img2img", "extras"];
-setTimeout(images_history_init, 500)
+setTimeout(images_history_init, 500);
document.addEventListener("DOMContentLoaded", function() {
var mutationObserver = new MutationObserver(function(m){
for (var i in images_history_tab_list ){
diff --git a/modules/images_history.py b/modules/images_history.py
index 1bca0ad9..6408973c 100644
--- a/modules/images_history.py
+++ b/modules/images_history.py
@@ -1,7 +1,7 @@
import os
import shutil
def get_recent_images(dir_name, page_index, step, image_index, tabname):
- print(f"renew page {page_index}")
+ #print(f"renew page {page_index}")
page_index = int(page_index)
f_list = os.listdir(dir_name)
file_list = []
@@ -51,7 +51,7 @@ def page_index_change(dir_name, page_index, image_index, tabname):
return get_recent_images(dir_name, page_index, 0, image_index, tabname)
def show_image_info(num, image_path, filenames):
- print(f"select image {num}")
+ #print(f"select image {num}")
file = filenames[int(num)]
return file, num, os.path.join(image_path, file)
def delete_image(tabname, dir_name, name, page_index, filenames, image_index):
diff --git a/style.css b/style.css
index 7704e7bd..c75dce4c 100644
--- a/style.css
+++ b/style.css
@@ -20,7 +20,7 @@
padding-right: 0.25em;
margin: 0.1em 0;
opacity: 0%;
- cursor: default;
+ cursor: default;
}
.output-html p {margin: 0 0.5em;}
@@ -442,7 +442,7 @@ input[type="range"]{
}
.red {
- color: red;
+ color: red;
}
.gallery-item {