Removing Chosen js plugin call

Change-Id: Iaf79d1b0418c3a68132eb21f79427b13e587fad2
This commit is contained in:
Jake Dahn 2011-12-21 15:58:53 -08:00
parent af46fdb6db
commit c5cc76020e

View File

@ -100,9 +100,6 @@ $(function(){
return true;
});
// Fancy multi-selects
$(".chzn-select").chosen()
$(".detach").click(function(e){
var response = confirm('Are you sure you want to detach the '+$(this).attr('title')+" ?");
return response;