mirror of
https://github.com/itsdave-de/fusionpbx_connect.git
synced 2025-06-29 01:44:07 +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
|
||||
}
|
||||
dialog.hide();
|
||||
}
|
||||
},
|
||||
size: 'extra-large'
|
||||
});
|
||||
|
||||
// Adjust the size of the dialog
|
||||
dialog.$wrapper.find('.modal-content').css("width", "80%");
|
||||
dialog.$wrapper.find('.modal-content').css("margin-left", '-80%');
|
||||
dialog.$wrapper.find('#map').css("width", '100%');
|
||||
//dialog.$wrapper.find('.modal-content').css("width", "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");
|
||||
|
||||
// Add hide event to reload the page when the dialog is closed
|
||||
|
Loading…
x
Reference in New Issue
Block a user