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-06-20 03:34:05 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-06-20 03:34:05 +0400
commit57007b1208b47d2eda8a588d5f307afb29c63b19 (patch)
tree0198cc72d8172c21e6beb31e88efa0b66548a490 /plugins/PDFReports
parentf98714ec09d7974ca89b2a10435a7758df08f537 (diff)
Remove styles tags from SitesManager plugin
Diffstat (limited to 'plugins/PDFReports')
-rw-r--r--plugins/PDFReports/templates/index.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PDFReports/templates/index.twig b/plugins/PDFReports/templates/index.twig
index 92f647fb77..9de5e3f0e1 100644
--- a/plugins/PDFReports/templates/index.twig
+++ b/plugins/PDFReports/templates/index.twig
@@ -35,7 +35,7 @@
ReportPlugin.reportList = {{ reportsJSON }};
ReportPlugin.createReportString = "{{ 'PDFReports_CreateReport'|translate }}";
ReportPlugin.updateReportString = "{{ 'PDFReports_UpdateReport'|translate }}";
- $(document).ready(function () {
+ $(function () {
initManagePdf();
});
</script>