bootswatch icon indicating copy to clipboard operation
bootswatch copied to clipboard

Firefox browser warnings

Open salicius opened this issue 2 years ago • 5 comments

Hi, im using the latest bootswatch 5 theme but it continues to throw warnings inside firefox console. When they will be fixed ?

Screenshot 2023-07-12 at 10 09 26 AM

salicius avatar Jul 12 '23 08:07 salicius

Can you share which theme you're using and which version of Firefox?

thomaspark avatar Jul 12 '23 13:07 thomaspark

Can you share which theme you're using and which version of Firefox?

Flatly 5, and Mozilla 115.0.2 (64-bit)

salicius avatar Jul 12 '23 14:07 salicius

I'm not seeing these warnings on the same Moz version. Are you building from sass?

thomaspark avatar Jul 12 '23 15:07 thomaspark

No, i don't think, i uploaded theme cdn in my html file of a django project.

{% load static %} {% load i18n %} {% load rest_framework %}
<!DOCTYPE html>
<html lang="en" id="myHtml">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>My Project Title</title>
    <link rel="shortcut icon" href="{% static 'assets/compass-fill.ico' %}" />

    <link
      href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
      rel="stylesheet"
    />
    <link
      id="theme-link"
      rel="stylesheet"
      href="https://bootswatch.com/5/flatly/bootstrap.min.css"
      type="text/css"
    />

    <link
      rel="stylesheet"
      href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
    />

  </head>
  <body>
    ...
  </body>
</html>

salicius avatar Jul 12 '23 21:07 salicius

You can safely ignore those.

XhmikosR avatar Aug 13 '23 06:08 XhmikosR