Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PedaNet/jquery.rule
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: flesler/jquery.rule
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 7 files changed
  • 6 contributors

Commits on May 30, 2013

  1. created bower.json file

    Jason Jarrett committed May 30, 2013
    Configuration menu
    Copy the full SHA
    c9af77f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2013

  1. Merge pull request flesler#1 from staxmanade/master

    added a bower.json file
    flesler committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    19032da View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2015

  1. Configuration menu
    Copy the full SHA
    99f92c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request flesler#3 from cassiodoroVicinetti/master

    jQuery.browser was removed in jQuery 1.9
    flesler committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    be281e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. SecurityError is thrown if executing on FireFox

    SecurityError is thrown if executing on FireFox, this is because the
    code is attempting to access the cssRules attribute, which by default
    returns "null" if you are not allowed to access, but FireFox throws an
    exception. This fix aims to try/catch this exception and assign the
    expected "null" to the variable. This issue only happens if there is an
    external CSS referred in your HTML Dom
    dorival committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    cbe6b8c View commit details
    Browse the repository at this point in the history
  2. Revert "SecurityError is thrown if executing on FireFox"

    This reverts commit cbe6b8c.
    dorival committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    c06eccb View commit details
    Browse the repository at this point in the history
  3. SecurityError is thrown if executing on FireFox

    SecurityError is thrown if executing on FireFox, this is because the
    code is attempting to access the cssRules attribute, which by default
    returns "null" if you are not allowed to access, but FireFox throws an
    exception. This fix aims to try/catch this exception and assign the
    expected "null" to the variable. This issue only happens if there is an
    external CSS referred in your HTML Dom
    dorival committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    be2913f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Fix for FireFox "SecurityError: The operation is insecure." if an ext…

    …ernal CSS ref is present (flesler#4)
    
    * SecurityError is thrown if executing on FireFox
    flesler authored Oct 14, 2016
    Configuration menu
    Copy the full SHA
    a089b0b View commit details
    Browse the repository at this point in the history
  2. Bumped versions and changelog

    flesler committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    60b4ee3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. 1.1.1

    Mohamed Gaber authored and flesler committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    e2d61b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. changing rules property existence check for CORS

    Mark Brewster authored and flesler committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    5c3fe09 View commit details
    Browse the repository at this point in the history
  2. v1.1.2

    flesler committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    bb6a1d3 View commit details
    Browse the repository at this point in the history
Loading