diff --git a/website/o3dv/js/cookiedialog.js b/website/o3dv/js/cookiedialog.js index 0e3db04..b17244b 100644 --- a/website/o3dv/js/cookiedialog.js +++ b/website/o3dv/js/cookiedialog.js @@ -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 Cookies Policy page.'; - $('
').html (text).addClass ('ov_dialog_section').appendTo (contentDiv); + OV.AddDiv (contentDiv, 'ov_dialog_section', text); dialog.SetCloseable (false); dialog.Show (); return dialog;