Browse Source

Fixing js error

Julio Montoya 14 years ago
parent
commit
1edbf992bb
1 changed files with 10 additions and 1 deletions
  1. 10 1
      main/auth/profile.php

+ 10 - 1
main/auth/profile.php

@@ -62,7 +62,16 @@ function generate_open_id_form() {
 		 $("#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>';
 
 $interbreadcrumb[] = array('url' => '../auth/profile.php', 'name' => get_lang('ModifyProfile'));