From 6ca01f28e5b1e9f966908b136327589939f0b260 Mon Sep 17 00:00:00 2001 From: gzbender Date: Mon, 9 Sep 2019 16:16:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=81=D1=87=D1=91=D1=82=D1=87=D0=B8=D0=BA=20GTM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/templates/blocks/mixpanel.html | 9 --------- project/templates/lilcity/index.html | 23 ----------------------- project/templates/lilcity/layer.html | 20 -------------------- web/webpack.config.js | 1 - 4 files changed, 53 deletions(-) delete mode 100644 project/templates/blocks/mixpanel.html diff --git a/project/templates/blocks/mixpanel.html b/project/templates/blocks/mixpanel.html deleted file mode 100644 index e71a9121..00000000 --- a/project/templates/blocks/mixpanel.html +++ /dev/null @@ -1,9 +0,0 @@ -{% block mixpanel %} - - - -{% endblock mixpanel %} diff --git a/project/templates/lilcity/index.html b/project/templates/lilcity/index.html index 8c918a26..783964ff 100644 --- a/project/templates/lilcity/index.html +++ b/project/templates/lilcity/index.html @@ -33,35 +33,12 @@ {% include 'templates/blocks/lil_store_js.html' %} {% block pre_app_js %}{% endblock pre_app_js %} - - {% comment %} ROISTAT {% endcomment %} - - - - {% block foot_js %}{% endblock foot_js %} {% endblock layer_body %} diff --git a/project/templates/lilcity/layer.html b/project/templates/lilcity/layer.html index cb843c82..50245a19 100644 --- a/project/templates/lilcity/layer.html +++ b/project/templates/lilcity/layer.html @@ -70,25 +70,6 @@ {% block layer_body %} {% endblock layer_body %} - - - - {% if settings.DEV_SERVER or settings.DEBUG %} {% endif %} - {% include "templates/blocks/mixpanel.html" %} diff --git a/web/webpack.config.js b/web/webpack.config.js index 24404936..35d16596 100644 --- a/web/webpack.config.js +++ b/web/webpack.config.js @@ -18,7 +18,6 @@ module.exports = { freeLessons: "./src/js/pages/free-lessons.js", userGalleryEdit: "./src/js/pages/user-gallery-edit.js", pay: "./src/js/pages/pay.js", - mixpanel: "./src/js/third_party/mixpanel-2-latest.js", sprite: glob('./src/icons/*.svg'), images: glob('./src/img/*.*'), imagesCertificates: glob('./src/img/user-certificates/*'),