mirror of https://github.com/onweru/compose.git

weru
14.41.2021 b23358703d041ca9a457599a4d95d9dce13e6a3e
trim extra whitespace

Signed-off-by: weru <fromweru@gmail.com>
3 files modified
6 ■■■■ changed files
assets/js/search.js patch | view | raw | blame | history
layouts/partials/scripts/other.html patch | view | raw | blame | history
layouts/shortcodes/chart.html 6 ●●●● patch | view | raw | blame | history
assets/js/search.js
layouts/partials/scripts/other.html
layouts/shortcodes/chart.html
@@ -1,6 +1,6 @@
{{ $datasetKey := .Get 0 }}
{{ $charts := .Get 1 }}
{{ $data := index $.Page.Params $datasetKey }}
{{- $datasetKey := .Get 0 }}
{{- $charts := .Get 1 }}
{{- $data := index $.Page.Params $datasetKey }}
{{- $dataURL := $data.fileLink }}
{{- $separator := "," }}
{{- $dataFile := getCSV $separator $dataURL }}