diff --git a/js/comics.js b/js/comics.js index 7fe5b22..ca6a340 100644 --- a/js/comics.js +++ b/js/comics.js @@ -21,6 +21,7 @@ function getFolderContents() { }); $(".folder").click(function() { changeFolder($(this).data("name"), $(this).data("path")); }); $(".issue").click(function() { $(this).parent().addClass("readborder"); showComic($(this).data("relcomic"), $(this).data("comname")); }); + toastr.remove(); } }); }