mirror of
https://github.com/itsdave-de/fusionpbx_connect.git
synced 2025-05-06 15:45:15 +02:00
adjust size of modal
This commit is contained in:
parent
0ee473948c
commit
c165d42dbc
@ -19,6 +19,10 @@ function create_dialog_and_init_map(frm) {
|
||||
}
|
||||
});
|
||||
|
||||
// Adjust the size of the dialog
|
||||
dialog.$wrapper.find('.modal-dialog').css("width", "850px");
|
||||
dialog.$wrapper.find('.modal-dialog').css("height", "600px");
|
||||
|
||||
// Add hide event to reload the page when the dialog is closed
|
||||
dialog.onhide = function () {
|
||||
window.location.reload();
|
||||
|
Loading…
x
Reference in New Issue
Block a user