Commit 6e4b129f by Victor Shnayder

Merge pull request #3551 from edx/victor/remove-iframe-ga

Remove google analytics tracking from iframes used in Drupal course abou...
parents 4a45719a 9dd9422a
...@@ -13,10 +13,6 @@ ...@@ -13,10 +13,6 @@
<%block name="bodyclass">view-iframe-content view-partial-mktgregister</%block> <%block name="bodyclass">view-iframe-content view-partial-mktgregister</%block>
<%block name="headextra">
<%include file="../google_analytics.html" />
</%block>
<%block name="js_extra"> <%block name="js_extra">
<script type="text/javascript"> <script type="text/javascript">
(function() { (function() {
......
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
<%block name="headextra"/> <%block name="headextra"/>
% if not course: <!-- NOTE: if we want segment io on these iframes at some point, put
<%include file="google_analytics.html" /> include file="widgets/segment-io.html"
% endif here -->
<!-- repeated button styles needed for IE (copied from _shame.scss) --> <!-- repeated button styles needed for IE (copied from _shame.scss) -->
<style type="text/css" media="screen"> <style type="text/css" media="screen">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment