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

Fixed invalid regular expression error on search box. #268

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

Commits on Feb 11, 2016

  1. Added option to replace the regex based search method with a with a s…

    …imple string.indexOf() searching method.
    
    Fixes the invalid regular expression error when using forward slash or other special characters in the search box
    SawyerHopkins committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    79a67ed View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. Ran grunt release for min css/js

    Sawyer Hopkins committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    391e254 View commit details
    Browse the repository at this point in the history
  2. Added bower to gitignore

    Expected this to already exist from the fork but wasn't 😵
    Sawyer Hopkins committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    f326878 View commit details
    Browse the repository at this point in the history