editor-bootstrap / emacs-bootstrap

Your on-the-fly Emacs development environment.
http://emacs-bootstrap.com
MIT License
166 stars 23 forks source link

De-selecting languages not working #24

Closed felipeochoa closed 4 years ago

felipeochoa commented 7 years ago

If I click on a language icon it's shown highlighted and "true" is logged to the console. If I click it again, "true" is just logged again but the language is not deselected. I think you want to change line 9 in static/form.js to:

var newState = checkbox.is(":checked");

(See this SO question for the explanation.)