editor-bootstrap/emacs-bootstrap

De-selecting languages not working

felipeochoa opened this issue · 0 comments

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.)