diff --git a/fhem/www/pgm2/f18.js b/fhem/www/pgm2/f18.js index c9ef3d277..0294c8756 100644 --- a/fhem/www/pgm2/f18.js +++ b/fhem/www/pgm2/f18.js @@ -868,6 +868,7 @@ f18_textInput() $("#"+n).dialog({ dialogClass:"no-close", modal:true, width:"auto", closeOnEscape:true, maxWidth:$(window).width()*0.9, maxHeight:$(window).height()*0.9, + position: { my: "right", at: "center" }, buttons: [ {text:"Execute",click:function(){ FW_execRawDef( ta.val()) }}, {text:"Close", click:function(){ $(this).remove(); }},