mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
98_DOIFtools: improved window positioning (Forum #113404)
git-svn-id: https://svn.fhem.de/fhem/trunk@22568 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e773405cf7
commit
bb74c3ee80
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
.- bugfix: 98_DOIFtools: improve popup position (Forum #113404)
|
||||
- bugfix: 48_BlinkCamera: videoDelete on new API and first TFA pin verify
|
||||
- bugfix: 73_AutoShuttersControl: fix shading in drive then shutter is closed
|
||||
- change: 32_withings: added sleep apnea index reading
|
||||
|
@ -289,8 +289,8 @@ $(document).ready(function(){
|
||||
height:"auto",
|
||||
maxHeight:900,
|
||||
modal: false,
|
||||
position: { at: "right"},
|
||||
collusion: "fit fit",
|
||||
position: { my: "bottom", at: "right"},
|
||||
collision: "fit fit",
|
||||
buttons: [
|
||||
{
|
||||
text: "Ok",
|
||||
|
Loading…
Reference in New Issue
Block a user