Remove debug comment around toast clearing.
This commit is contained in:
		
							parent
							
								
									ee10d401bf
								
							
						
					
					
						commit
						9abdb0ea7b
					
				| 
						 | 
					@ -30,7 +30,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();
 | 
					                    toastr.remove();
 | 
				
			||||||
                 }
 | 
					                 }
 | 
				
			||||||
   });
 | 
					   });
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user