From 11e29069835e13a1e070fa5587ae3a4c603cd201 Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Mon, 10 Jul 2017 10:34:51 +0200 Subject: [PATCH] Remove unused js code. --- main/auth/profile.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/main/auth/profile.php b/main/auth/profile.php index ac67bdc75e..49c20b305c 100755 --- a/main/auth/profile.php +++ b/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(); -} '; $jquery_ready_content = '';