Fixing js error

skala
Julio Montoya 15 years ago
parent abd0963d23
commit 1edbf992bb
  1. 9
      main/auth/profile.php

@ -63,6 +63,15 @@ function generate_open_id_form() {
}
});
}
function hide_icon_edit(element_html) {
ident="#edit_image";
$(ident).hide();
}
function show_icon_edit(element_html) {
ident="#edit_image";
$(ident).show();
}
</script>';
$interbreadcrumb[] = array('url' => '../auth/profile.php', 'name' => get_lang('ModifyProfile'));

Loading…
Cancel
Save