Skip to content

Removes jquery-scrollto-rails.

Connor Shea requested to merge (removed):jquery-scrollto into master

Instead the script is now included directly from the vendor directory.

Resolves #17166 (closed). Working towards #14286 (closed) and merging !3775 (merged).

The gem was on 1.4.3.1, here's the diff between that tag and 2.1.2 (the version I'm using in this MR): https://github.com/flesler/jquery.scrollTo/compare/1.4.3...2.1.2

There aren't any notable breaking changes that I noticed, and I didn't see any JS errors after testing a bunch of pages.

cc: @jschatz1

Merge request reports