diff --git a/fhem/www/pgm2/fhemweb.js b/fhem/www/pgm2/fhemweb.js index ef72b60b6..dc33771db 100644 --- a/fhem/www/pgm2/fhemweb.js +++ b/fhem/www/pgm2/fhemweb.js @@ -632,7 +632,8 @@ FW_inlineModify() // Do not generate a new HTML page upon pressing modify var cmd = $(this).attr("name")+"="+$(this).attr("value")+" "+newDef; var isDef = true; - if( newDef == undefined ) { + if(newDef == undefined || + $(this).attr("value").indexOf("modify") != 0) { isDef = false; var div = $(this).closest("div.makeSelect"); var devName = $(div).attr("dev"),