Allow clicking on path when at top level to refresh.
This commit is contained in:
parent
d002007149
commit
7e3d12db84
|
@ -46,7 +46,6 @@ function updatePathNavigator() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function changeFolder(name, path) {
|
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 + "\"");
|
toastr.success("If this is the first time it may take a while to generate thumbnails.", "Opening comic \"" + name + "\"");
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url : 'ajax/setpath.php',
|
url : 'ajax/setpath.php',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user