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

Commit

Permalink
Allow for optional script_name w/ ClickTale
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrall committed Jun 29, 2011
1 parent 40fe42f commit 146932f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/analytical/modules/click_tale.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def init_javascript(location)
(document.location.protocol=='https:'?
'https://clicktale.pantherssl.com/':
'http://s.clicktale.net/')+
"WRb6.js'%20type='text/javascript'%3E%3C/script%3E"));
"#{@options[:script_name] || "WRb6"}.js'%20type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var ClickTaleSSL=1;
Expand Down

0 comments on commit 146932f

Please sign in to comment.