Created
October 6, 2015 19:03
-
-
Save samelie/9bc5342e8aeceac54636 to your computer and use it in GitHub Desktop.
Wierd JS findings
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
******************** | |
BACKBONE | |
******************** | |
If you want to download a zip for example, consider attaching the url as a form action and using submit, | |
to avoid router. | |
<form class="" method="GET" action="{{url}}"><input value="{{download}}" type="submit"></form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment