Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
Force https. It is not right, but we need this working now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Werle committed Mar 9, 2011
1 parent 9dc24fc commit 7678f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/analytical/modules/mixpanel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def init_javascript(location)
init_location(location) do
js = <<-HTML
<!-- Analytical Init: Mixpanel -->
<script type="text/javascript" src="#{protocol}://api.mixpanel.com/site_media/js/api/mixpanel.js"></script>
<script type="text/javascript" src="https://api.mixpanel.com/site_media/js/api/mixpanel.js"></script>
<script type="text/javascript">
try {
var mpmetrics = new MixpanelLib('#{options[:key]}');
Expand Down

0 comments on commit 7678f06

Please sign in to comment.