diff --git a/account.php b/account.php
index af3d3b0..ea592e8 100644
--- a/account.php
+++ b/account.php
@@ -80,7 +80,7 @@
+
Admin
+
Check gallery activity, login attemps, auto timeouts and more!
Logs
Bans
@@ -530,11 +531,16 @@
evt.currentTarget.className += " active-tab";
}
+
+
+
+
Sanity check
+
You can check the stability of your gallery here, this is still being tested to running
+ autofix is only reccomended for people who like to live on the edge.
-
Sanity check
-
Run check
+
Run check
-
Copy image link
+
Copy image link
@@ -77,6 +83,15 @@
processData: false,
success: function (response) {
$("#newSniff").html(response);
+
+ document.getElementById("imagePreview").style.display = "none";
+ document.getElementById("imagePreviewBlock").style.display = "block";
+ },
+ error: function (response) {
+ $("#newSniff").html(response);
+
+ document.getElementById("imagePreview").style.display = "none";
+ document.getElementById("imagePreviewBlock").style.display = "block";
}
});