mirror of
https://github.com/itsdave-de/fusionpbx_connect.git
synced 2025-06-29 09:54:10 +02:00
try use native options
This commit is contained in:
parent
f918013d14
commit
7c31300b02
@ -16,13 +16,14 @@ function create_dialog_and_init_map(frm) {
|
|||||||
currentMap = null; // unset the reference
|
currentMap = null; // unset the reference
|
||||||
}
|
}
|
||||||
dialog.hide();
|
dialog.hide();
|
||||||
}
|
},
|
||||||
|
size: 'extra-large'
|
||||||
});
|
});
|
||||||
|
|
||||||
// Adjust the size of the dialog
|
// Adjust the size of the dialog
|
||||||
dialog.$wrapper.find('.modal-content').css("width", "80%");
|
//dialog.$wrapper.find('.modal-content').css("width", "80%");
|
||||||
dialog.$wrapper.find('.modal-content').css("margin-left", '-80%');
|
//dialog.$wrapper.find('.modal-content').css("margin-left", '-80%');
|
||||||
dialog.$wrapper.find('#map').css("width", '100%');
|
//dialog.$wrapper.find('#map').css("width", '100%');
|
||||||
//dialog.$wrapper.find('.modal-content').css("height", "600px");
|
//dialog.$wrapper.find('.modal-content').css("height", "600px");
|
||||||
|
|
||||||
// Add hide event to reload the page when the dialog is closed
|
// Add hide event to reload the page when the dialog is closed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user