diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-08 21:34:11 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-08 21:34:11 +0100 |
| commit | 96407e66872265f3b387f0800cee209300a227df (patch) | |
| tree | c1931b351c7c39ce32250ee5125904416b48f062 | |
| parent | df7adaa39604177bca58332354950f003150c707 (diff) | |
fix js
| -rw-r--r-- | client/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/index.js b/client/index.js index 87214925..dd60c0ed 100644 --- a/client/index.js +++ b/client/index.js @@ -89,8 +89,8 @@ function runApplets() { } console.log('dataset from path:', dataset) } else { - console.log('couldnt determine citations dataset') - return null + console.log('not on a dataset page') + return [el, payload] } } payload.dataset = dataset |
