Remove unused js code.

pull/2487/head
jmontoyaa 9 years ago
parent b9daf31530
commit 11e2906983
  1. 9
      main/auth/profile.php

@ -69,15 +69,6 @@ function show_image(image,width,height) {
height = parseInt(height) + 20;
window_x = window.open(image,\'windowX\',\'width=\'+ width + \', height=\'+ height + \'\');
}
function hide_icon_edit(element_html) {
ident="#edit_image";
$(ident).hide();
}
function show_icon_edit(element_html) {
ident="#edit_image";
$(ident).show();
}
</script>';
$jquery_ready_content = '';

Loading…
Cancel
Save