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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-05-08 20:42:09 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-05-08 20:42:09 +0400
commitb830387b839f6a1732d310e26fa81de27e19ff95 (patch)
treea6cf18412a42b0db34b9941de89724bb2f7dadd9 /plugins/PDFReports
parenteeb6be9d1e4bb54a05b78537a080622dc764e72e (diff)
Reorganizing the stylesheets & javascripts folders for every plugins
Diffstat (limited to 'plugins/PDFReports')
-rw-r--r--plugins/PDFReports/PDFReports.php2
-rw-r--r--plugins/PDFReports/javascripts/pdf.js (renamed from plugins/PDFReports/templates/pdf.js)0
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PDFReports/PDFReports.php b/plugins/PDFReports/PDFReports.php
index 99814647db..15d0f534a8 100644
--- a/plugins/PDFReports/PDFReports.php
+++ b/plugins/PDFReports/PDFReports.php
@@ -109,7 +109,7 @@ class Piwik_PDFReports extends Piwik_Plugin
function getJsFiles($notification)
{
$jsFiles = & $notification->getNotificationObject();
- $jsFiles[] = "plugins/PDFReports/templates/pdf.js";
+ $jsFiles[] = "plugins/PDFReports/javascripts/pdf.js";
}
/**
diff --git a/plugins/PDFReports/templates/pdf.js b/plugins/PDFReports/javascripts/pdf.js
index 75e3ff831b..75e3ff831b 100644
--- a/plugins/PDFReports/templates/pdf.js
+++ b/plugins/PDFReports/javascripts/pdf.js