typo
This commit is contained in:
parent
957371a644
commit
5a1020fcd6
@ -311,17 +311,19 @@ document.querySelectorAll('[data-link-loading]').forEach((href) => {
|
||||
if (navigator.userAgent.search("Firefox") >= 0) {
|
||||
let firefoxCookie = document.createElement('DIV'),
|
||||
body = document.body;
|
||||
|
||||
firefoxCookie.innerHTML =
|
||||
'<div tabindex="-1" role="dialog" data-cookie-modal class=" modal w-full h-full fixed top-0 left-0 right-0 z-50 overflow-y-auto overflow-hidden modal-add-new fade justify-center items-start show flex flex-wrap modal-background">' +
|
||||
'<div class="w-full my-10 m-auto flex flex-col max-w-md">' +
|
||||
' <div class="w-full my-10 m-auto flex flex-col max-w-2xl">' +
|
||||
' <div class="modal-content">' +
|
||||
' <div class="p-5 bg-body rounded-tl-lg rounded-tr-lg">' +
|
||||
' <div class="flex items-center justify-between border-b pb-5">' +
|
||||
' Firefox Icon Configuration' +
|
||||
' </div>' +
|
||||
' </div>' +
|
||||
' <div class="py-1 px-5 bg-body">' +
|
||||
' <span class="font-bold"> If your icons not appear please; </span> <br />' +
|
||||
' <span class="font-bold"> Please Allow pages to choose their own fonts, instead of your selections above <br/> </span>' +
|
||||
' <span class="font-medium"> If your icons not appear please; </span> <br />' +
|
||||
' <span class="font-medium"> Please Allow pages to choose their own fonts, instead of your selections above <br/><br/> </span>' +
|
||||
' <span class="font-bold"> Settings (Preferences) > Fonts > Advanced </span> ' +
|
||||
' </div>' +
|
||||
' <div class="p-5 bg-body rounded-bl-lg rounded-br-lg border-gray-300">' +
|
||||
@ -335,7 +337,6 @@ if (navigator.userAgent.search("Firefox") >= 0) {
|
||||
' </div>' +
|
||||
'</div>' +
|
||||
|
||||
|
||||
body.appendChild(firefoxCookie);
|
||||
|
||||
function delete_cookie() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user