Created
January 10, 2018 12:52
-
-
Save metaskills/ecb92f008b0a1cc84b8825c277d79be6 to your computer and use it in GitHub Desktop.
Turbolinks Trustpilot Integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.addEventListener 'turbolinks:before-cache', -> | |
Trustpilot.Modules.WidgetManagement.removeWidgets() | |
document.addEventListener 'turbolinks:load', -> | |
return unless window.Trustpilot? | |
Trustpilot.Modules.WidgetManagement.findAndApplyWidgets() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment