Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
check to see if $ is being clobbered somewhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
osahyoun committed Jun 13, 2018
1 parent 77c6a71 commit 2c649c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/layouts/member_facing.slim
Expand Up @@ -36,6 +36,9 @@ html lang="#{@page.language.try(:code).try(:downcase)}"

= render partial: "shared/facebook_pixel" unless Rails.env.test?

javascript:
window.$ = window.jQuery;
= yield

= render partial: 'shared/google_analytics_snippet'
Expand Down

0 comments on commit 2c649c9

Please sign in to comment.