From 9464c265e5a5d1aac77e86fc8f4154d406f6d595 Mon Sep 17 00:00:00 2001
From: Michael Kaminsky
Date: Wed, 1 Jun 2016 11:45:20 -0400
Subject: [PATCH 1/4] push all changes, fix bugs. TODO: javascript repl?
---
about/index.html | 41 +++++++++++++++++++----------------------
index.html | 30 +++++++++++++++---------------
js/drive.js | 1 +
js/editor.js | 16 +++++++++++-----
js/tabs.js | 3 +++
lib/repl/index.html | 1 +
lib/repl/repl.js | 4 ++--
test1.txt | 10 ++++++++++
8 files changed, 62 insertions(+), 44 deletions(-)
create mode 100644 test1.txt
diff --git a/about/index.html b/about/index.html
index 0275e7f..5e699b5 100644
--- a/about/index.html
+++ b/about/index.html
@@ -34,9 +34,6 @@
Code Your Cloud
-
-
-
@@ -179,26 +176,26 @@
-
Contact us
-
-
-
-
-
-
-
-
(OPTIONAL) Check to allow us to use your comments for promotional purposes. Your information will remain private.
-
-
-
diff --git a/index.html b/index.html
index 03a9fdb..7cac2e8 100644
--- a/index.html
+++ b/index.html
@@ -6,15 +6,15 @@
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-47415821-1', 'auto');
+ ga('send', 'pageview');
+
+
@@ -88,7 +88,7 @@
display: none;
z-index: 4;
font-size: 12px;
- " onclick="$('#snippet-popup').toggle()">
+ " onclick="$('.popup').css('display','none');$('#snippet-popup').toggle()">