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…
Reference in New Issue