Created
September 11, 2015 08:12
-
-
Save lgraubner/d54721c41f9bae33e233 to your computer and use it in GitHub Desktop.
Link for back button from detail page to search result page including fallback
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
<a href="/search.html" onclick="if(history.length > 1){ history.back(); return false; }">Back to search results</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment