Open anjiro opened 8 years ago
Switch jquery code to use the ID rather than the class for binding the click handler. This allows us to style all buttons with one class (now poorly named .downloadBtn).
.downloadBtn
This is great! Can you rebase?
Switch jquery code to use the ID rather than the class for binding the click handler. This allows us to style all buttons with one class (now poorly named
.downloadBtn
).