Immediately clear toastr message after thumbnails are displayed on folder change
This commit is contained in:
parent
4b42798642
commit
498a031cab
|
@ -21,6 +21,7 @@ function getFolderContents() {
|
||||||
});
|
});
|
||||||
$(".folder").click(function() { changeFolder($(this).data("name"), $(this).data("path")); });
|
$(".folder").click(function() { changeFolder($(this).data("name"), $(this).data("path")); });
|
||||||
$(".issue").click(function() { $(this).parent().addClass("readborder"); showComic($(this).data("relcomic"), $(this).data("comname")); });
|
$(".issue").click(function() { $(this).parent().addClass("readborder"); showComic($(this).data("relcomic"), $(this).data("comname")); });
|
||||||
|
toastr.remove();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user