Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2022-03-08 00:22:25 +0300
committerGitHub <noreply@github.com>2022-03-08 00:22:25 +0300
commit7c80d543332f84c396c0be81df91f8d27f49f517 (patch)
tree259d99d3d28521c1eb642b067d055305591338ce /plugins/CoreHome
parent8188140d9daf90b2aec1bbd6ff76b2218c288ad0 (diff)
[Vue] migrate goal page link directive and add event to replace use of angularjs in html ajax code (#18888)
* migrate goal-page-link * make event more generic and use in compileAngularComponents()
Diffstat (limited to 'plugins/CoreHome')
-rw-r--r--plugins/CoreHome/javascripts/dataTable.js1
-rw-r--r--plugins/CoreHome/vue/src/ReportingPage/ReportingPage.vue2
2 files changed, 0 insertions, 3 deletions
diff --git a/plugins/CoreHome/javascripts/dataTable.js b/plugins/CoreHome/javascripts/dataTable.js
index 4287092033..214964a34a 100644
--- a/plugins/CoreHome/javascripts/dataTable.js
+++ b/plugins/CoreHome/javascripts/dataTable.js
@@ -114,7 +114,6 @@ $.extend(DataTable.prototype, UIControl.prototype, {
this._init(domElem);
this.enableStickHead(domElem);
this.initialized = true;
-
},
enableStickHead: function (domElem) {
diff --git a/plugins/CoreHome/vue/src/ReportingPage/ReportingPage.vue b/plugins/CoreHome/vue/src/ReportingPage/ReportingPage.vue
index d1cd8388c7..5f9dec0367 100644
--- a/plugins/CoreHome/vue/src/ReportingPage/ReportingPage.vue
+++ b/plugins/CoreHome/vue/src/ReportingPage/ReportingPage.vue
@@ -57,8 +57,6 @@ import Matomo from '../Matomo/Matomo';
import ReportingPagesStoreInstance from '../ReportingPages/ReportingPages.store';
import AjaxHelper from '../AjaxHelper/AjaxHelper';
-const { $ } = window;
-
function showOnlyRawDataNotification() {
const params = 'category=General_Visitors&subcategory=Live_VisitorLog';
const url = window.broadcast.buildReportingUrl(params);