| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Your intention is good. It makes the snippet easier to understand. Removing the redundant space makes it better
Sorry, something went wrong.
| //html | ||
| <button id="download">Download</button> | ||
| <button id="abort">Abort</button> | ||
| <button id="abort">Abort</button> |
There was a problem hiding this comment.
I think you should remove the redundant space for aligning.
Sorry, something went wrong.
There was a problem hiding this comment.
Yeah. sure.
Sorry, something went wrong.
There was a problem hiding this comment.
Cool. Now it's time to merge
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Why?
Since this is vanilla JS you can put it under <script></script> tags, so that it's easier to understand what's going on. Moreover the syntax highlight for the html snippet breaks due to the syntax highlight being configured to javascript. Keeping the syntax highlight to html keeps the highlight for html and javascript intact.