fhemweb.js: change textField-long dialog maxheight to height (Forum #74992)

git-svn-id: https://svn.fhem.de/fhem/trunk@14855 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2017-08-06 12:10:15 +00:00
parent 4671355623
commit 28b67e75ec

View File

@@ -1148,7 +1148,7 @@ FW_createTextField(elName, devName, vArr, currVal, set, params, cmd)
$('#editdlg').dialog(
{ modal:true, closeOnEscape:true, width:$(window).width()*3/4,
maxHeight:$(window).height()*3/4,
height:$(window).height()*3/4,
close:function(){ $('#editdlg').remove(); },
buttons:[
{ text:"Cancel", click:function(){