mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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,
|
||||
draggable: true,
|
||||
modal: false,
|
||||
width: 1280,
|
||||
height: 700
|
||||
width: 900,
|
||||
height: 550,
|
||||
position: {
|
||||
my: "cener",
|
||||
at: "center"
|
||||
}
|
||||
})
|
||||
.show();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user