// function disablePropagation(elem)
// elem.click(function(event){
//   event.stopPropagation();
// }); 

// jQuery(document).ready(function(){
//     jQuery("#id_language_target").find("li").click(function(){
//         console.log(jQuery(this), jQuery(this).find(".value"), jQuery(this).find(".value").html());
//         window.location = jQuery(this).find(".value").html();
//     });
// });
