]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
11 years agofixed off canvas overflow behavior on android devices - fixes #4787 4807/head
Stefan Judis [Wed, 26 Mar 2014 20:56:20 +0000 (21:56 +0100)] 
fixed off canvas overflow behavior on android devices - fixes #4787

11 years agoMerge pull request #4806 from NikhilKalige/abide-pos-neg-pattern
Rafi [Wed, 26 Mar 2014 20:29:22 +0000 (13:29 -0700)] 
Merge pull request #4806 from NikhilKalige/abide-pos-neg-pattern

Abide +/- sign for number and integers regex

11 years agoAbility to use positive and negaitve sign for number regex 4806/head
Lonewolf [Wed, 26 Mar 2014 18:47:40 +0000 (00:17 +0530)] 
Ability to use positive and negaitve sign for number regex

11 years agoAbility to use positive and negaitve sign for integer regex
Lonewolf [Wed, 26 Mar 2014 18:45:35 +0000 (00:15 +0530)] 
Ability to use positive and negaitve sign for integer regex

11 years agoMerge pull request #4770 from NikhilKalige/adibe_radio_multiform_fix
Eric Morris [Tue, 25 Mar 2014 22:18:47 +0000 (15:18 -0700)] 
Merge pull request #4770 from NikhilKalige/adibe_radio_multiform_fix

Abide select radio based on form rather than document

11 years agoMerge pull request #4767 from kevinwake/bower
Eric Morris [Tue, 25 Mar 2014 21:52:22 +0000 (14:52 -0700)] 
Merge pull request #4767 from kevinwake/bower

Update bower packages versions

11 years agoMerge pull request #4795 from joeworkman/orbit-patch
Eric Morris [Tue, 25 Mar 2014 21:45:49 +0000 (14:45 -0700)] 
Merge pull request #4795 from joeworkman/orbit-patch

Fixed Orbit height issues

11 years agoFixed Orbit height issues 4795/head
Joe Workman [Tue, 25 Mar 2014 21:41:44 +0000 (14:41 -0700)] 
Fixed Orbit height issues

This solves problems with instances of Orbit that do not have direct image children.

compute_dimensions is now also called on window.load() since this event get triggered after all assets on the page have been loaded.

I changed the children() search to use find(). We cannot always guarantee that there will be direct image children. So find will find all of the child images. I know that children() is faster than find() but we are talking about micro seconds here. I think that the added functionality is worth it.

Also the children are stored in a variable. This way find() is only called once and not twice like children() was.

11 years agoMerge pull request #4776 from tmugford/feature/form-error-text-transform
Eric Morris [Tue, 25 Mar 2014 21:39:56 +0000 (14:39 -0700)] 
Merge pull request #4776 from tmugford/feature/form-error-text-transform

Fixes #4769. Added a variable to control text-transform of small in form labels

11 years agoChanges a component of the button mixin to calculate border-color rather than calcula...
Jonathan Smiley [Tue, 25 Mar 2014 18:24:23 +0000 (11:24 -0700)] 
Changes a component of the button mixin to calculate border-color rather than calculate once from the default

11 years agoMerge pull request #4789 from shortspider/Minor-Cleanup
Eric Morris [Tue, 25 Mar 2014 18:11:11 +0000 (11:11 -0700)] 
Merge pull request #4789 from shortspider/Minor-Cleanup

Minor cleanup

11 years agoRemoves a filthy !important from the grid. That was dumb.
Jonathan Smiley [Tue, 25 Mar 2014 18:00:27 +0000 (11:00 -0700)] 
Removes a filthy !important from the grid. That was dumb.

11 years agoMerge pull request #4792 from iamalexkempton/patch-1
Rafi [Tue, 25 Mar 2014 17:50:21 +0000 (10:50 -0700)] 
Merge pull request #4792 from iamalexkempton/patch-1

Change 'document' to 'window' in code example

11 years agoChange 'document' to 'window' in code example 4792/head
iamalexkempton [Tue, 25 Mar 2014 16:32:33 +0000 (16:32 +0000)] 
Change 'document' to 'window' in code example

The current code example of binding a resize event to 'document' does not actually work. Binding the  event to 'window' does. :)

11 years agoUse local variable. 4789/head
shortspider [Tue, 25 Mar 2014 15:12:12 +0000 (11:12 -0400)] 
Use local variable.

11 years agoRemoved unused variables.
shortspider [Tue, 25 Mar 2014 15:11:43 +0000 (11:11 -0400)] 
Removed unused variables.

11 years agoAdded new keyword for constructor.
shortspider [Tue, 25 Mar 2014 15:10:42 +0000 (11:10 -0400)] 
Added new keyword for constructor.

11 years agoReplaced comma with semicolon.
shortspider [Tue, 25 Mar 2014 15:10:24 +0000 (11:10 -0400)] 
Replaced comma with semicolon.

11 years agoRemoved unnessissary radax parameter.
shortspider [Tue, 25 Mar 2014 15:10:01 +0000 (11:10 -0400)] 
Removed unnessissary radax parameter.

11 years agoRestore missing mixin
Eric Morris [Mon, 24 Mar 2014 23:50:09 +0000 (16:50 -0700)] 
Restore missing mixin

11 years agoAdditional reversions to fully remove autoprefixer and make the build work
Eric Morris [Mon, 24 Mar 2014 22:41:13 +0000 (15:41 -0700)] 
Additional reversions to fully remove autoprefixer and make the build work

11 years agoRevert "Added grunt-autoprefixer and grunt-contrib-cssmin tasks."
Eric Morris [Mon, 24 Mar 2014 22:08:01 +0000 (15:08 -0700)] 
Revert "Added grunt-autoprefixer and grunt-contrib-cssmin tasks."

This reverts commit df409629290167201a48c33ab52badf91bf4aff0.

Conflicts:
Gruntfile.js

11 years agoFixes #4769. Added a variable to control text-transform of small in form labels. 4776/head
Tristan Mugford [Mon, 24 Mar 2014 12:03:58 +0000 (12:03 +0000)] 
Fixes #4769. Added a variable to control text-transform of small in form labels.

11 years agoMerge pull request #4761 from NikhilKalige/slider_callback_fix
Eric Morris [Mon, 24 Mar 2014 02:35:27 +0000 (19:35 -0700)] 
Merge pull request #4761 from NikhilKalige/slider_callback_fix

Slider callback fix

11 years agoMerge pull request #4759 from NikhilKalige/sliders_javascript_docs
Eric Morris [Mon, 24 Mar 2014 02:34:51 +0000 (19:34 -0700)] 
Merge pull request #4759 from NikhilKalige/sliders_javascript_docs

Sliders js options added

11 years agoMerge pull request #4760 from NikhilKalige/sliders_kitchen_sink
Eric Morris [Mon, 24 Mar 2014 02:34:22 +0000 (19:34 -0700)] 
Merge pull request #4760 from NikhilKalige/sliders_kitchen_sink

Sliders kitchen sink

11 years agoMerge pull request #4765 from tmugford/fix/grunt-watch
Eric Morris [Mon, 24 Mar 2014 02:32:30 +0000 (19:32 -0700)] 
Merge pull request #4765 from tmugford/fix/grunt-watch

Added missing autoprefixer task to the sass watch task in Gruntfile.js

11 years agoSelect radio based on parent rather than document 4770/head
Lonewolf [Sun, 23 Mar 2014 18:47:08 +0000 (00:17 +0530)] 
Select radio based on parent rather than document

11 years agoUpdate bower packages versions 4767/head
Kevin Wake [Sun, 23 Mar 2014 12:32:58 +0000 (13:32 +0100)] 
Update bower packages versions

11 years agoAdded autoprefixer to watch task in Gruntfile.js 4765/head
Tristan Mugford [Sun, 23 Mar 2014 00:40:42 +0000 (00:40 +0000)] 
Added autoprefixer to watch task in Gruntfile.js

11 years agoSlider callback fix 4761/head
Lonewolf [Sat, 22 Mar 2014 09:32:07 +0000 (15:02 +0530)] 
Slider callback fix

11 years agoRound, Radius, step and normal slider added to kitchen 4760/head
Lonewolf [Sat, 22 Mar 2014 08:40:21 +0000 (14:10 +0530)] 
Round, Radius, step and normal slider added to kitchen

11 years agoSliders added to kitchen page
Lonewolf [Sat, 22 Mar 2014 08:33:06 +0000 (14:03 +0530)] 
Sliders added to kitchen page

11 years agoSliders js options added 4759/head
Lonewolf [Sat, 22 Mar 2014 08:28:06 +0000 (13:58 +0530)] 
Sliders js options added

11 years agoFixing Merge
Arthur [Sat, 22 Mar 2014 01:36:53 +0000 (18:36 -0700)] 
Fixing Merge

11 years agoMerge branch 'master' of github.com:zurb/foundation into nearmap-master
Eric Morris [Fri, 21 Mar 2014 22:15:53 +0000 (15:15 -0700)] 
Merge branch 'master' of github.com:zurb/foundation into nearmap-master

11 years agoUpdate oneof validation to use new style
Eric Morris [Fri, 21 Mar 2014 22:15:38 +0000 (15:15 -0700)] 
Update oneof validation to use new style

11 years agoMerge branch 'master' of https://github.com/nearmap/foundation into nearmap-master
Eric Morris [Fri, 21 Mar 2014 22:13:00 +0000 (15:13 -0700)] 
Merge branch 'master' of https://github.com/nearmap/foundation into nearmap-master

Conflicts:
js/foundation/foundation.abide.js

11 years agoMerge pull request #4649 from bejar37/master
Eric Morris [Fri, 21 Mar 2014 22:08:22 +0000 (15:08 -0700)] 
Merge pull request #4649 from bejar37/master

[orbit] Adding ability to select first image shown in orbit via active_slide_class

11 years agoMerge branch 'master' of github.com:zurb/foundation
Eric Morris [Fri, 21 Mar 2014 21:57:01 +0000 (14:57 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoChange build failure notification address
Eric Morris [Fri, 21 Mar 2014 21:56:51 +0000 (14:56 -0700)] 
Change build failure notification address

11 years agofixes build, watch, and missing jst issues with Gruntfile upgrade
Mark Hayes [Fri, 21 Mar 2014 21:40:06 +0000 (14:40 -0700)] 
fixes build, watch, and missing jst issues with Gruntfile upgrade

11 years agoMerge branch 'master' of github.com:zurb/foundation
Eric Morris [Fri, 21 Mar 2014 18:34:56 +0000 (11:34 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoMerge branch 'feature/autoprefixer' of https://github.com/tmugford/foundation into...
Eric Morris [Fri, 21 Mar 2014 18:34:24 +0000 (11:34 -0700)] 
Merge branch 'feature/autoprefixer' of https://github.com/tmugford/foundation into tmugford-feature/autoprefixer

Conflicts:
Gruntfile.js

11 years agoMerge pull request #4756 from cameronquatman/master
Eric Morris [Fri, 21 Mar 2014 18:30:12 +0000 (11:30 -0700)] 
Merge pull request #4756 from cameronquatman/master

Performance issue with top bar on mobile with touch devices.

11 years agoMerge pull request #4571 from antonioparisi/master
Eric Morris [Fri, 21 Mar 2014 18:28:55 +0000 (11:28 -0700)] 
Merge pull request #4571 from antonioparisi/master

[Joyride] Enable Joyride to bypass callbacks on close event

11 years agoAdd explicit curly braces on if to maintain code style
Eric Morris [Fri, 21 Mar 2014 18:27:51 +0000 (11:27 -0700)] 
Add explicit curly braces on if to maintain code style

11 years agofixed performance issue with top bar on mobile devices when touched with many menu... 4756/head
Cam Quatman [Fri, 21 Mar 2014 18:05:42 +0000 (14:05 -0400)] 
fixed performance issue with top bar on mobile devices when touched with many menu itmes

11 years agoMerge pull request #4577 from joshuajabbour/accordion-multi-expand
Eric Morris [Fri, 21 Mar 2014 17:20:20 +0000 (10:20 -0700)] 
Merge pull request #4577 from joshuajabbour/accordion-multi-expand

Add support for multi_expand back to accordion.

11 years agoMerge branch 'interchange-regex' of https://github.com/clyates/foundation into clyate...
Eric Morris [Fri, 21 Mar 2014 17:07:51 +0000 (10:07 -0700)] 
Merge branch 'interchange-regex' of https://github.com/clyates/foundation into clyates-interchange-regex

Conflicts:
js/foundation/foundation.interchange.js

11 years agoFix merge issues
Eric Morris [Fri, 21 Mar 2014 16:59:34 +0000 (09:59 -0700)] 
Fix merge issues

11 years agoMerge branch 'master' of https://github.com/jonschlinkert/foundation into jonschlinke...
Jonathan Smiley [Fri, 21 Mar 2014 16:30:28 +0000 (09:30 -0700)] 
Merge branch 'master' of https://github.com/jonschlinkert/foundation into jonschlinkert-master

Conflicts:
.gitignore
CONTRIBUTING.md
Gruntfile.js
doc/includes/footer.html
doc/includes/offcanvas-nav.html
doc/includes/sidebar.html
doc/layouts/default.html
doc/pages/components/kitchen_sink.html
doc/pages/components/thumbnails.html
doc/pages/components/topbar.html
doc/pages/javascript.html
package.json

11 years agoRe-introduced the $experimental flag and an associated mixin to control the inclusion... 4754/head
Tristan Mugford [Fri, 21 Mar 2014 14:32:53 +0000 (14:32 +0000)] 
Re-introduced the $experimental flag and an associated mixin to control the inclusion of experimental or explicitly vendor prefixed properties.

11 years agoReplaced translate3d mixin with standard transform property in _offcanvas.scss
Tristan Mugford [Fri, 21 Mar 2014 14:21:58 +0000 (14:21 +0000)] 
Replaced translate3d mixin with standard transform property in _offcanvas.scss

11 years agoAdded grunt-autoprefixer and grunt-contrib-cssmin tasks.
Tristan Mugford [Fri, 21 Mar 2014 14:03:33 +0000 (14:03 +0000)] 
Added grunt-autoprefixer and grunt-contrib-cssmin tasks.

11 years agoRemoved vendor prefixed properties from doc scss includes.
Tristan Mugford [Fri, 21 Mar 2014 13:44:40 +0000 (13:44 +0000)] 
Removed vendor prefixed properties from doc scss includes.

11 years agoRemoved vendor prefixed properties from _offcanvas.scss
Tristan Mugford [Thu, 20 Mar 2014 23:17:00 +0000 (23:17 +0000)] 
Removed vendor prefixed properties from _offcanvas.scss

11 years agoRemoved all vendor prefixed properties from _orbit.scss, with the exception of those...
Tristan Mugford [Tue, 18 Mar 2014 18:22:58 +0000 (18:22 +0000)] 
Removed all vendor prefixed properties from _orbit.scss, with the exception of those that are being used to target WebKit specific bugs.

11 years agoRemoved vendor prefixed properties from _xy-center.scss
Tristan Mugford [Tue, 18 Mar 2014 18:21:02 +0000 (18:21 +0000)] 
Removed vendor prefixed properties from _xy-center.scss

11 years agoReplaced translate3d mixin with non prefixed property.
Tristan Mugford [Tue, 18 Mar 2014 17:01:12 +0000 (17:01 +0000)] 
Replaced translate3d mixin with non prefixed property.

11 years agoReplaced prefixed border-radius properties with side-radius mixin in _forms.scss
Tristan Mugford [Tue, 18 Mar 2014 16:39:23 +0000 (16:39 +0000)] 
Replaced prefixed border-radius properties with side-radius mixin in _forms.scss

11 years agoRemoved references to the $experimental flag in docs.
Tristan Mugford [Tue, 18 Mar 2014 15:26:21 +0000 (15:26 +0000)] 
Removed references to the $experimental flag in docs.

11 years agoRemoved $experimental definition.
Tristan Mugford [Tue, 18 Mar 2014 15:24:04 +0000 (15:24 +0000)] 
Removed $experimental definition.

11 years agoRemoved WebKit adjacent/general sibling & pseudo class fix. The bug was resolved...
Tristan Mugford [Tue, 18 Mar 2014 14:32:22 +0000 (14:32 +0000)] 
Removed WebKit adjacent/general sibling & pseudo class fix. The bug was resolved in Safari 5.1 and Chrome 13.

11 years agoRemoved all $experimental blocks.
Tristan Mugford [Mon, 17 Mar 2014 18:15:19 +0000 (18:15 +0000)] 
Removed all $experimental blocks.

11 years agoUpdate foundation.interchange.js 4752/head
clyates [Fri, 21 Mar 2014 10:41:49 +0000 (10:41 +0000)] 
Update foundation.interchange.js

Use Zurb reggex

11 years agoMerge pull request #4575 from NikhilKalige/alert-css3-animation-doc-update
Eric Morris [Thu, 20 Mar 2014 23:32:14 +0000 (16:32 -0700)] 
Merge pull request #4575 from NikhilKalige/alert-css3-animation-doc-update

Alert css3 animation docs update for PR #4573

11 years agoAdd jQuery animation fallback for IE9.
Eric Morris [Thu, 20 Mar 2014 23:30:00 +0000 (16:30 -0700)] 
Add jQuery animation fallback for IE9.

11 years agoMerge branch 'alert-css3-animation' of https://github.com/NikhilKalige/foundation...
Eric Morris [Thu, 20 Mar 2014 22:42:20 +0000 (15:42 -0700)] 
Merge branch 'alert-css3-animation' of https://github.com/NikhilKalige/foundation into NikhilKalige-alert-css3-animation

Conflicts:
js/foundation/foundation.alert.js

11 years agoMerge pull request #4716 from gkorban/next_on_click
Eric Morris [Thu, 20 Mar 2014 22:24:01 +0000 (15:24 -0700)] 
Merge pull request #4716 from gkorban/next_on_click

add next_on_click setting for Orbit

11 years agoMerge pull request #4739 from tmugford/fix/button-styles-repeated
Eric Morris [Thu, 20 Mar 2014 17:45:44 +0000 (10:45 -0700)] 
Merge pull request #4739 from tmugford/fix/button-styles-repeated

Removed duplicated padding and font-size properties on button styles

11 years agoUpdate orbit timer description
Rafi Benkual [Thu, 20 Mar 2014 16:01:40 +0000 (09:01 -0700)] 
Update orbit timer description

11 years agoRemoved duplicated padding and font-size properties on button styles, and removed... 4739/head
Tristan Mugford [Thu, 20 Mar 2014 12:56:42 +0000 (12:56 +0000)] 
Removed duplicated padding and font-size properties on button styles, and removed a commented line which was appearing in the compiled stylesheet.

11 years agoMerge branch 'type-align-mixin-duplication-fix' of https://github.com/NikhilKalige...
Eric Morris [Wed, 19 Mar 2014 21:30:27 +0000 (14:30 -0700)] 
Merge branch 'type-align-mixin-duplication-fix' of https://github.com/NikhilKalige/foundation into NikhilKalige-type-align-mixin-duplication-fix

Conflicts:
scss/foundation/components/_type.scss

11 years agoUpdate inline form label alignment formula.
Eric Morris [Wed, 19 Mar 2014 20:53:37 +0000 (13:53 -0700)] 
Update inline form label alignment formula.

11 years agoMerge branch 'master' of github.com:zurb/foundation
Eric Morris [Wed, 19 Mar 2014 18:14:02 +0000 (11:14 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoDefer equalizer execution until images are loaded.
Eric Morris [Wed, 19 Mar 2014 18:13:53 +0000 (11:13 -0700)] 
Defer equalizer execution until images are loaded.

11 years agoMerge pull request #4617 from alandaguegreene/limited-legacy-visibility-classes
Eric Morris [Wed, 19 Mar 2014 18:06:45 +0000 (11:06 -0700)] 
Merge pull request #4617 from alandaguegreene/limited-legacy-visibility-classes

Limit legacy visibility classes to legacy breakpoints

11 years agoRemove meta styles from html-global-classes scope to ensure that they're always included.
Eric Morris [Wed, 19 Mar 2014 17:19:48 +0000 (10:19 -0700)] 
Remove meta styles from html-global-classes scope to ensure that they're always included.

11 years agoMerge branch 'master' of github.com:zurb/foundation
Eric Morris [Wed, 19 Mar 2014 16:43:27 +0000 (09:43 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoChange $align-block-grid-to-grid to `false !default`.
Eric Morris [Wed, 19 Mar 2014 16:43:14 +0000 (09:43 -0700)] 
Change $align-block-grid-to-grid to `false !default`.

11 years agoMerge pull request #4728 from NikhilKalige/offcanvas-js-refractor-5.2.1
Eric Morris [Wed, 19 Mar 2014 16:34:27 +0000 (09:34 -0700)] 
Merge pull request #4728 from NikhilKalige/offcanvas-js-refractor-5.2.1

Offcanvas js refractor for 5.2.1

11 years agoRemove invalid HTML in docs example
Eric Morris [Wed, 19 Mar 2014 16:24:49 +0000 (09:24 -0700)] 
Remove invalid HTML in docs example

11 years agoEnable clicks inside offcanvas 4728/head
Lonewolf [Wed, 19 Mar 2014 13:40:47 +0000 (19:10 +0530)] 
Enable clicks inside offcanvas

11 years agoSyntax error fix
Lonewolf [Wed, 19 Mar 2014 13:35:10 +0000 (19:05 +0530)] 
Syntax error fix

11 years agoRemoved repeated exit-offcanvas handler
Lonewolf [Wed, 19 Mar 2014 12:46:45 +0000 (18:16 +0530)] 
Removed repeated exit-offcanvas handler

11 years agoAdding function to replace repeated lines
Lonewolf [Wed, 19 Mar 2014 12:45:40 +0000 (18:15 +0530)] 
Adding function to replace repeated lines

11 years agoAdding remove and toggle class functions
Lonewolf [Wed, 19 Mar 2014 12:42:26 +0000 (18:12 +0530)] 
Adding remove and toggle class functions

11 years agoMerge pull request #4590 from syko/master
Eric Morris [Wed, 19 Mar 2014 00:12:23 +0000 (17:12 -0700)] 
Merge pull request #4590 from syko/master

Add active_class to dropdown button as well

11 years agoMerge pull request #4610 from ElliottJRo/master
Eric Morris [Tue, 18 Mar 2014 23:49:30 +0000 (16:49 -0700)] 
Merge pull request #4610 from ElliottJRo/master

Allow '#/home/start' magellen targets

11 years agoMerge pull request #4595 from serglo/patch-3
Eric Morris [Tue, 18 Mar 2014 23:44:16 +0000 (16:44 -0700)] 
Merge pull request #4595 from serglo/patch-3

Add variable to control button border-color

11 years agoMerge pull request #4632 from Xarieyle/patch-1
Caleb Winters [Tue, 18 Mar 2014 23:43:45 +0000 (16:43 -0700)] 
Merge pull request #4632 from Xarieyle/patch-1

Fix Duble scroll if using Pizza Pie

11 years agoMerge branch 'master' of https://github.com/adaddeo/foundation into adaddeo-master
Eric Morris [Tue, 18 Mar 2014 23:26:55 +0000 (16:26 -0700)] 
Merge branch 'master' of https://github.com/adaddeo/foundation into adaddeo-master

Conflicts:
js/foundation/foundation.abide.js

11 years agoUpdate foundation.interchange.js 4724/head
clyates [Tue, 18 Mar 2014 23:18:28 +0000 (23:18 +0000)] 
Update foundation.interchange.js

Use regex literal to remove need for regex var
New regex tests for an image extension at the end of path

11 years agoMerge pull request #4378 from LaunchEngine/master
Eric Morris [Tue, 18 Mar 2014 23:17:31 +0000 (16:17 -0700)] 
Merge pull request #4378 from LaunchEngine/master

Added a 'validate' event to Foundation.libs.abide

11 years agoMerge pull request #4719 from kevcha/joyride-doc-defaults
Eric Morris [Tue, 18 Mar 2014 23:00:36 +0000 (16:00 -0700)] 
Merge pull request #4719 from kevcha/joyride-doc-defaults

Update JS options in joyride documentation

11 years agoUpdate JS options in joyride documentation 4719/head
kevcha [Tue, 18 Mar 2014 14:14:11 +0000 (15:14 +0100)] 
Update JS options in joyride documentation

11 years agoadd next_on_click setting for Orbit 4716/head
Glenn Korban [Mon, 17 Mar 2014 23:42:36 +0000 (16:42 -0700)] 
add next_on_click setting for Orbit

11 years agoUpdate Interchange regex to allow cache-breaks.
Eric Morris [Mon, 17 Mar 2014 23:11:09 +0000 (16:11 -0700)] 
Update Interchange regex to allow cache-breaks.

11 years agoMerge pull request #4715 from voku/patch-clearing_v3
Eric Morris [Mon, 17 Mar 2014 22:41:08 +0000 (15:41 -0700)] 
Merge pull request #4715 from voku/patch-clearing_v3

fixed: "carousel" with only one "li" (+ using "S" selector)