Allow clicking on path when at top level to refresh.

This commit is contained in:
Junior 2025-04-17 19:03:45 -04:00
parent d002007149
commit 7e3d12db84

View File

@ -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',