Created
May 13, 2020 08:32
-
-
Save Shivraj97/0ee2cf482a381b396541f2763f510fe0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function movieSelected(id) { | |
| sessionStorage.setItem("movieId", id); | |
| window.location = "movie.html"; | |
| return true; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment