mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-10 00:27:20 +00:00
fix linting in js
This commit is contained in:
@@ -15,7 +15,7 @@ function setupDelete(){
|
||||
deleteBtn.addEventListener("click", function(){
|
||||
if(window.confirm("Are you sure you want to delete this entry?")){
|
||||
deleteReviewFromStorage(currID);
|
||||
sessionStorage.removeItem('currID');
|
||||
sessionStorage.removeItem("currID");
|
||||
window.location.assign("./index.html");
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user