mirror of
https://github.com/itsdave-de/fusionpbx_connect.git
synced 2025-12-18 00:53:08 -03:00
adjust size of modal
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user