From 674fc5c9723f730b3b40792072ffc0198414a745 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 8 Mar 2019 23:27:41 +0530 Subject: [PATCH] index: fix extension installation --- index.html | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index 2350f34..f77a6d2 100644 --- a/index.html +++ b/index.html @@ -781,18 +781,6 @@ function closeInfo(label) { info.classList.remove('show'); } - - function addToChrome() { - _gaq && _gaq.push(['_trackEvent', 'webmaker', 'install-start']); - info.classList.add('show'); - changeLabel('Installing...'); - chrome.webstore.install(undefined, function () { - cta.innerHTML = 'Successfully installed!'; - closeInfo(); - _gaq && _gaq.push(['_trackEvent', 'webmaker', 'install-done']); - }); - } - @@ -806,12 +794,11 @@

A blazing fast & offline web playground in your browser

- + Open Web App

Recommended: More features. More fun!

- + Add Chrome extension @@ -835,14 +822,6 @@
Web Maker working screen
-