Skip to content

Commit

Permalink
Added www_param option to click_tale
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Lewis committed Dec 20, 2011
1 parent 4841407 commit d9bda1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/analytical/modules/click_tale.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def init_javascript(location)
</script>
<script type="text/javascript">
var ClickTaleSSL=1;
if(typeof ClickTale=='function') ClickTale(#{@options[:project_id]},#{@options[:site_traffic]},"www");
if(typeof ClickTale=='function') ClickTale(#{@options[:project_id]},#{@options[:site_traffic]},#{@options[:www_param]});
</script>
<!-- ClickTale end of Bottom part -->
HTML
Expand All @@ -44,4 +44,4 @@ def init_javascript(location)

end
end
end
end

0 comments on commit d9bda1d

Please sign in to comment.