Fix deselectOption on deselecting the first list entry, if only first entry is selected
An error occured on deselecting the last selected option, if first in list of options. After adding the missing ' in the function deselectOption to the command, deselection is working and footer is updating fine again.
New command: e("option[value='"+e(t).data("val")+"']",this.source).prop("selected",!1)
Make the changes in the src directory and re-run the build w/ npm run build. I didn't really know anything about node when I wrote this, so you'll need coffeescript installed globally.
I sincerely apologize for the coffeescript; I used to think it was a good idea — it's not. When I get some free time, I'd like to rewrite this in TypeScript.
I see your fancy-shmancy first-time contributor badge up there — welcome! If you need/want any help, reach out to me on https://gitter.im/caseyWebb.
Thanks for the information! First pull request, first mistake 😄 . Will try to install coffeescript and re-run the build in the next few days, if i get enough time.