Merge pull request #3551 from edx/victor/remove-iframe-ga
Remove google analytics tracking from iframes used in Drupal course abou...
This commit is contained in:
@@ -13,10 +13,6 @@
|
||||
<%block name="bodyclass">view-iframe-content view-partial-mktgregister</%block>
|
||||
|
||||
|
||||
<%block name="headextra">
|
||||
<%include file="../google_analytics.html" />
|
||||
</%block>
|
||||
|
||||
<%block name="js_extra">
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
|
||||
<%block name="headextra"/>
|
||||
|
||||
% if not course:
|
||||
<%include file="google_analytics.html" />
|
||||
% endif
|
||||
<!-- NOTE: if we want segment io on these iframes at some point, put
|
||||
include file="widgets/segment-io.html"
|
||||
here -->
|
||||
|
||||
<!-- repeated button styles needed for IE (copied from _shame.scss) -->
|
||||
<style type="text/css" media="screen">
|
||||
|
||||
Reference in New Issue
Block a user