Skip to content

Firequery spams warnings in console #11

Description

@rvock

Firequery spams messages to the console of the webdeveloper plugin, when a page doesn't use jQuery (Click on right icon in the WebDeveloper Toolbar).

It's the check in Line 136:
if (window.jQuery) {

That results in many "Warning: window.jQuery is undefined" messages...
Better use a typeof check :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions