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

More efficient and specific search for ul inside buttons #190

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

More efficient and specific search for ul inside buttons #190

wants to merge 7 commits into from

Commits on Aug 7, 2015

  1. Removing unnecessary duplicate code

    Adam Grant committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    8e46dea View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Upgrading gulp-mocha-phantomjs

    Adam Grant committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    fde04f5 View commit details
    Browse the repository at this point in the history
  2. Updating some 4.x docs

    Adam Grant committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    d70d041 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Keeping the lights on

    adamjgrant committed May 20, 2016
    Configuration menu
    Copy the full SHA
    50ab406 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Configuration menu
    Copy the full SHA
    54fb0b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb6db50 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. Use querySelector instead of querySelectorAll to dropout after findin…

    …g even one ul.
    
    More specific selector so that the ul element must be a direct child of the button.
    smcmurray committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    4edaf2e View commit details
    Browse the repository at this point in the history