mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
#12721 free licence change 5
This commit is contained in:
parent
cc78caf6d1
commit
0ceee98de7
@ -222,7 +222,7 @@ $(document).ready(function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($("#license_dialog_message").length) {
|
if ($("#license_dialog_message").length) {
|
||||||
let height = 350;
|
let height = 570;
|
||||||
|
|
||||||
$("#license_dialog_message").dialog({
|
$("#license_dialog_message").dialog({
|
||||||
dialogClass: "no-close",
|
dialogClass: "no-close",
|
||||||
@ -230,8 +230,8 @@ $(document).ready(function() {
|
|||||||
resizable: false,
|
resizable: false,
|
||||||
draggable: true,
|
draggable: true,
|
||||||
modal: true,
|
modal: true,
|
||||||
height: height,
|
height: "auto",
|
||||||
width: 850,
|
width: 800,
|
||||||
overlay: {
|
overlay: {
|
||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
background: "black"
|
background: "black"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user