mirror of
https://github.com/itsdave-de/fusionpbx_connect.git
synced 2025-05-06 15:45:15 +02:00
set map size
This commit is contained in:
parent
143196613a
commit
f918013d14
@ -22,6 +22,7 @@ function create_dialog_and_init_map(frm) {
|
|||||||
// 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('.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