Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox browser warnings #1261

Open
salicius opened this issue Jul 12, 2023 · 5 comments
Open

Firefox browser warnings #1261

salicius opened this issue Jul 12, 2023 · 5 comments

Comments

@salicius
Copy link

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
@thomaspark
Copy link
Owner

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

@salicius
Copy link
Author

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

Flatly 5, and Mozilla 115.0.2 (64-bit)

@thomaspark
Copy link
Owner

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

@salicius
Copy link
Author

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>

@XhmikosR
Copy link
Contributor

You can safely ignore those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants