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>2021-10-08 08:55:23 +0300
committerGitHub <noreply@github.com>2021-10-08 08:55:23 +0300
commit61f6b2da14fdb2c93c2106a2a6f008f4716f26ee (patch)
treebf4b58bcbdd050089cf9628c7e373434aed0c14f /plugins/CoreHome/angularjs/common/services/global-ajax-queue.js
parent52caa6e3bcfe4b9d66cf42825f5523510664c53e (diff)
[Vue] Migrate ajaxHelper.ts + piwik-url service (#18104)
Diffstat (limited to 'plugins/CoreHome/angularjs/common/services/global-ajax-queue.js')
-rw-r--r--plugins/CoreHome/angularjs/common/services/global-ajax-queue.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/CoreHome/angularjs/common/services/global-ajax-queue.js b/plugins/CoreHome/angularjs/common/services/global-ajax-queue.js
deleted file mode 100644
index 2a216b296d..0000000000
--- a/plugins/CoreHome/angularjs/common/services/global-ajax-queue.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/*!
- * Matomo - free/libre analytics platform
- *
- * @link https://matomo.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- */
-(function () {
- angular.module('piwikApp.service').service('globalAjaxQueue', ajaxQueue);
-
- function ajaxQueue() {
-
- return globalAjaxQueue;
- }
-})(); \ No newline at end of file