mirror of
https://github.com/itsdave-de/fusionpbx_connect.git
synced 2025-05-06 15:45:15 +02:00
fix name of div
This commit is contained in:
parent
c165d42dbc
commit
4906e374de
@ -20,8 +20,8 @@ function create_dialog_and_init_map(frm) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Adjust the size of the dialog
|
// Adjust the size of the dialog
|
||||||
dialog.$wrapper.find('.modal-dialog').css("width", "850px");
|
dialog.$wrapper.find('.modal-content').css("width", "850px");
|
||||||
dialog.$wrapper.find('.modal-dialog').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
|
||||||
dialog.onhide = function () {
|
dialog.onhide = function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user