From 8fb2dfe3d7c09b013c3e6a3458bf1d9608e48e9a Mon Sep 17 00:00:00 2001 From: hahnmichaelf Date: Mon, 13 Aug 2018 12:47:18 -0400 Subject: Re-added GA script --- app/phishing.html | 19 +++++++++++++++++++ gulpfile.js | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/app/phishing.html b/app/phishing.html index 36a95b656..e67dfd5f3 100644 --- a/app/phishing.html +++ b/app/phishing.html @@ -26,6 +26,25 @@ color: white; } + + + diff --git a/gulpfile.js b/gulpfile.js index 6dca2c1c9..6b335e0ac 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -267,7 +267,7 @@ const buildJsFiles = [ 'contentscript', 'background', 'ui', - 'esdb-replace' + 'phishingdetect' ] // bundle tasks -- cgit