fixed error with dialog task list

This commit is contained in:
marcos 2020-04-03 12:48:52 +02:00
parent aee22eaf35
commit ad4781eb3c
1 changed files with 6 additions and 2 deletions

View File

@ -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();