From 7e3d12db8451c7a12ac00847e94773638143658e Mon Sep 17 00:00:00 2001 From: Junior Date: Thu, 17 Apr 2025 19:03:45 -0400 Subject: [PATCH] Allow clicking on path when at top level to refresh. --- js/comics.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/comics.js b/js/comics.js index 26aa72f..d7ff728 100644 --- a/js/comics.js +++ b/js/comics.js @@ -46,7 +46,6 @@ function updatePathNavigator() { } function changeFolder(name, path) { - if ( path == curpath ) return; toastr.success("If this is the first time it may take a while to generate thumbnails.", "Opening comic \"" + name + "\""); $.ajax({ url : 'ajax/setpath.php',