Minor modification.
This commit is contained in:
parent
a89681757a
commit
494b05bb8e
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user