mirror of
https://github.com/itsdave-de/fusionpbx_connect.git
synced 2025-05-06 23:55:21 +02:00
comment re-just
This commit is contained in:
parent
41d61f0880
commit
b6dfc2fa25
@ -20,6 +20,7 @@ function create_dialog_and_init_map(frm) {
|
|||||||
size: 'extra-large'
|
size: 'extra-large'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/*
|
||||||
// Adjust the size of the dialog dynamically to 80% of the browser window
|
// Adjust the size of the dialog dynamically to 80% of the browser window
|
||||||
const modalDialog = dialog.$wrapper.find('.modal-content');
|
const modalDialog = dialog.$wrapper.find('.modal-content');
|
||||||
modalDialog.css({
|
modalDialog.css({
|
||||||
@ -27,6 +28,7 @@ function create_dialog_and_init_map(frm) {
|
|||||||
"max-width": "85vw",
|
"max-width": "85vw",
|
||||||
"margin-left": "-25vh"
|
"margin-left": "-25vh"
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
// 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