summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticResultFormats/Resources.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticResultFormats/Resources.php')
-rw-r--r--www/wiki/extensions/SemanticResultFormats/Resources.php14
1 files changed, 9 insertions, 5 deletions
diff --git a/www/wiki/extensions/SemanticResultFormats/Resources.php b/www/wiki/extensions/SemanticResultFormats/Resources.php
index ce2f004c..26871a9e 100644
--- a/www/wiki/extensions/SemanticResultFormats/Resources.php
+++ b/www/wiki/extensions/SemanticResultFormats/Resources.php
@@ -235,7 +235,7 @@ return [
'styles' => 'dygraphs/resources/ext.srf.dygraphs.css',
'dependencies' => [
'jquery.client',
- 'jquery.async',
+ 'ext.jquery.async',
'ext.srf.util',
'ext.smw.tooltip',
'ext.dygraphs.combined',
@@ -473,7 +473,7 @@ return [
'styles' => 'jqplot/resources/ext.srf.jqlpot.chart.css',
'dependencies' => [
'ext.jquery.jqplot.core',
- 'jquery.async',
+ 'ext.jquery.async',
'ext.srf.util',
'ext.srf.jqplot.themes'
]
@@ -571,7 +571,6 @@ return [
'scripts' => 'timeline/resources/ext.srf.timeline.js',
'dependencies' => [
'ext.smile.timeline',
- 'mediawiki.legacy.wikibits'
],
'position' => 'top',
'targets' => [ 'mobile', 'desktop' ]
@@ -634,7 +633,6 @@ return [
'JitGraph/base.css',
],
'dependencies' => [
- 'mediawiki.legacy.wikibits',
'ext.srf.jquery.progressbar',
'ext.srf.jit',
],
@@ -866,7 +864,7 @@ return [
'ext.srf.timeseries.flot' => $formatModule + [
'scripts' => 'timeseries/resources/ext.srf.timeseries.flot.js',
'dependencies' => [
- 'jquery.async',
+ 'ext.jquery.async',
'ext.jquery.flot',
'ext.srf.util',
'ext.srf.flot.core'
@@ -1012,6 +1010,12 @@ return [
'dependencies' => 'ext.srf.datatables'
],
+ // Mermaid Format
+ 'ext.srf.gantt' => $formatModule + [
+ 'scripts' => 'Gantt/resources/ext.gantt.js',
+ 'dependencies' => 'ext.mermaid'
+ ]
+
// Boilerplate example registration
/*
// Simple implementation