mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +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.
|
# 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.
|
# 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: 48_BlinkCamera: videoDelete on new API and first TFA pin verify
|
||||||
- bugfix: 73_AutoShuttersControl: fix shading in drive then shutter is closed
|
- bugfix: 73_AutoShuttersControl: fix shading in drive then shutter is closed
|
||||||
- change: 32_withings: added sleep apnea index reading
|
- change: 32_withings: added sleep apnea index reading
|
||||||
|
@ -289,8 +289,8 @@ $(document).ready(function(){
|
|||||||
height:"auto",
|
height:"auto",
|
||||||
maxHeight:900,
|
maxHeight:900,
|
||||||
modal: false,
|
modal: false,
|
||||||
position: { at: "right"},
|
position: { my: "bottom", at: "right"},
|
||||||
collusion: "fit fit",
|
collision: "fit fit",
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Ok",
|
text: "Ok",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user