diff --git a/src/www/system_general.php b/src/www/system_general.php index e0b16a61d..1526a13de 100644 --- a/src/www/system_general.php +++ b/src/www/system_general.php @@ -297,9 +297,8 @@ $( document ).ready(function() { $("#dnsallowoverride").change(); $("#remove_picture").click(function(event){ - event.preventDefault(); $("#picture").remove(); - $("#pict_td").html(''); + $('#save').click(); }); }); //]]> @@ -553,7 +552,7 @@ $( document ).ready(function() {