Skip to content

Commit

Permalink
Fix js loading when adblocker is on
Browse files Browse the repository at this point in the history
  • Loading branch information
andersoncardoso committed Jul 14, 2018
1 parent cb5e231 commit 0aadd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ document.addEventListener('turbolinks:load', function() {
window.initializeSocialSharing();
window.initializeLeadership();
//window.initializeFreshdesk();
window.initializeGoogleAnalytics();
if (window.initializeGoogleAnalytics) { window.initializeGoogleAnalytics(); }
window.initializeSoundCloud();
window.initializeSubscribePlaceholder();
window.initializeSurvey();
Expand Down

0 comments on commit 0aadd50

Please sign in to comment.