to fix this just wrap the jquery lines in function laecho_main of social-discussions.php starting at line 773 with if(!is_admin()){ like this…
if(!is_admin()){
wp_register_script('lajquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js');
wp_enqueue_script ('lajquery');
wp_register_script('jqueryuijs', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js');
wp_enqueue_script('jqueryuijs');
}