Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: src/site/_includes/header.html

Issue 959023002: Disable experiment; move cli-focused page to download-cli.html (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: delete download-cli.html; redirect download-editor.html Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/appengine/scripts/redirector.py ('k') | src/site/tools/download.markdown » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/_includes/header.html
diff --git a/src/site/_includes/header.html b/src/site/_includes/header.html
index 37563a06afa8d937d3d969f14856c251b3db4fec..c03298bc81f0e87caf38b6900187ff193541de53 100644
--- a/src/site/_includes/header.html
+++ b/src/site/_includes/header.html
@@ -1,22 +1,6 @@
<!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/Product">
<head>
- {% if page.download_experiment %}
-<!-- Google Analytics Content Experiment code -->
-<script>function utmx_section(){}function utmx(){}(function(){var
-k='51752263-1',d=document,l=d.location,c=d.cookie;
-if(l.search.indexOf('utm_expid='+k)>0)return;
-function f(n){if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.
-indexOf(';',i);return escape(c.substring(i+n.length+1,j<0?c.
-length:j))}}}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash;d.write(
-'<sc'+'ript src="'+'http'+(l.protocol=='https:'?'s://ssl':
-'://www')+'.google-analytics.com/ga_exp.js?'+'utmxkey='+k+
-'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='+new Date().
-valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
-'" type="text/javascript" charset="utf-8"><\/sc'+'ript>')})();
-</script><script>utmx('url','A/B');</script>
-<!-- End of Google Analytics Content Experiment code -->
- {% endif %}
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
« no previous file with comments | « src/appengine/scripts/redirector.py ('k') | src/site/tools/download.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698