From 4ebd5734d6ddd84d77552d0e32a4aa12e8bf0cbc Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Mon, 3 Jun 2024 11:32:56 -0700 Subject: [PATCH] removed socket.js --- app/templates/new/components/head.html | 1 - gulpfile.js | 1 - 2 files changed, 2 deletions(-) diff --git a/app/templates/new/components/head.html b/app/templates/new/components/head.html index f7c7153e2..51f3c4da3 100644 --- a/app/templates/new/components/head.html +++ b/app/templates/new/components/head.html @@ -32,7 +32,6 @@ {# google #} - {% if g.hide_from_search_engines %} diff --git a/gulpfile.js b/gulpfile.js index 3b7d765a7..98afbbacf 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -126,7 +126,6 @@ const javascripts = () => { paths.src + 'javascripts/loginAlert.js', paths.src + 'javascripts/main.js', paths.src + 'javascripts/chartDashboard.js', - paths.src + 'javascripts/socket.js', ]) .pipe(plugins.prettyerror()) .pipe(plugins.babel({