diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-17 16:41:45 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-17 16:41:45 +0100 |
| commit | 6a59583ff2f13791e3d7e8a69b62dc4bc424c9eb (patch) | |
| tree | 0672f32546d3ee92aa2d64818e964df12f0d8aae /client/index.js | |
| parent | 40ff7c823c1ccb026c1e638baba7bcb20864e19c (diff) | |
ugh
Diffstat (limited to 'client/index.js')
| -rw-r--r-- | client/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.js b/client/index.js index 96f2c8c8..2c003888 100644 --- a/client/index.js +++ b/client/index.js @@ -28,7 +28,7 @@ function fetchDataset(payload) { function appendApplets(applets) { applets.forEach(([el, payload]) => { - el.classList.add(payload.cmd) + el.parentNode.classList.add(payload.cmd) switch (payload.cmd) { case 'citations': case 'load_file': |
