Remove debug comment around toast clearing.

This commit is contained in:
Junior 2025-04-13 14:33:23 -04:00
parent ee10d401bf
commit 9abdb0ea7b

View File

@ -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();
}
});
}