Fixing js error

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

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

Loading…
Cancel
Save