Minor modification.

This commit is contained in:
kovacsv 2021-11-26 23:13:01 +01:00
parent a89681757a
commit 494b05bb8e

View File

@ -12,7 +12,7 @@ OV.ShowCookieDialog = function (onAccept)
]);
let text = 'This website uses cookies to offer you better user experience. See the details at the <a target="_blank" href="info/cookies.html">Cookies Policy</a> page.';
$('<div>').html (text).addClass ('ov_dialog_section').appendTo (contentDiv);
OV.AddDiv (contentDiv, 'ov_dialog_section', text);
dialog.SetCloseable (false);
dialog.Show ();
return dialog;