소스 검색

Fixing js error

Julio Montoya 14 년 전
부모
커밋
1edbf992bb
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  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'));