diff --git a/js/comics.js b/js/comics.js index dc4c799..26aa72f 100644 --- a/js/comics.js +++ b/js/comics.js @@ -30,7 +30,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(); + toastr.remove(); } }); }