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

Bower file and callback fix #8

Merged
merged 3 commits into from
Aug 6, 2014
Merged

Commits on May 15, 2014

  1. Add bower.json file

    Anders Nielsen committed May 15, 2014
    Configuration menu
    Copy the full SHA
    0ae7113 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2014

  1. Fix indentation

    ksmadsen committed Aug 6, 2014
    Configuration menu
    Copy the full SHA
    f8abe38 View commit details
    Browse the repository at this point in the history
  2. Provide a way to make callbacks work with the cancel element

    When cancel is selected, there is no corresponding input element, which means
    that this is set to null in the callback function.
    
    The "link" parameter to the callback function is set to the first 'a' child of
    null, which translates to the first link on the page.
    
    Fix the link parameter, by setting a rater-cancel-# (where # is the rater
    serial number) class on the cancel element, so that we can identify the element
    later in the select function.
    ksmadsen committed Aug 6, 2014
    1 Configuration menu
    Copy the full SHA
    8261d7b View commit details
    Browse the repository at this point in the history