mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
fixed error with dialog task list
This commit is contained in:
parent
aee22eaf35
commit
ad4781eb3c
@ -86,8 +86,12 @@ function show_map(id, name) {
|
|||||||
resizable: true,
|
resizable: true,
|
||||||
draggable: true,
|
draggable: true,
|
||||||
modal: false,
|
modal: false,
|
||||||
width: 1280,
|
width: 900,
|
||||||
height: 700
|
height: 550,
|
||||||
|
position: {
|
||||||
|
my: "cener",
|
||||||
|
at: "center"
|
||||||
|
}
|
||||||
})
|
})
|
||||||
.show();
|
.show();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user