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

Removed jQuery dependency #57

Merged
merged 3 commits into from
Dec 19, 2016
Merged

Removed jQuery dependency #57

merged 3 commits into from
Dec 19, 2016

Commits on Aug 6, 2016

  1. Removed jQuery dependency

    With jQuery required so explicitly, this pretty much forces the user to have assets at the top of the file, else jQuery will be undefined. By removing the dependency on jQuery, this is still cross-browser compatible but now allows for JS assets to be output anywhere else in the page.
    Swader committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    d745d03 View commit details
    Browse the repository at this point in the history
  2. Small bug

    Small bugfix with references to values inside closures.
    Swader committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    e2ec4f1 View commit details
    Browse the repository at this point in the history
  3. Checking for button's presence

    Avoid checking for the search button if the setting says not to show it.
    Swader committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    55d6d32 View commit details
    Browse the repository at this point in the history