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