2.1.0 Dropdown cant bind events to the li
Created by: WilliamStam
trying to add an event click onto the li's this worked in 2.0.4 and 2.1.0 WIP about 2 weeks ago
$(document).on("click","#record-settings li",function(){
alert("clicked");
});