Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Clean Up JS and Expand Responsive Video Functionality #957

Merged
merged 3 commits into from
Mar 16, 2017

Commits on Mar 15, 2017

  1. Delete Joyride Demo JS

    Joyride is not included in Foundation 6.
    EricRihlmann committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    7b3c888 View commit details
    Browse the repository at this point in the history
  2. Replace Responsive Video JS with WP Filter

    Better to handle in the backend instead of the frontend. Also, adds support for additional video sites supported by WP embeds and dynamically adds class 'widescreen' to 16:9 videos.
    EricRihlmann committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    4192f3d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. Optimize Sticky Footer JS

    Wrap in immediately-invoked function expression to create variable scope. This also allows the use of '$' in place of 'jQuery' without conflicts with other scripts.
    EricRihlmann committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    38e5f35 View commit details
    Browse the repository at this point in the history