Skip to content
This repository was archived by the owner on Jul 26, 2019. It is now read-only.

Mixed terminology used on the site e.g. series/study, study/sweep and list/basket. #9

Open
HayleyMills opened this issue Jul 31, 2018 · 1 comment
Assignees

Comments

@HayleyMills
Copy link
Author

In addition to this, we may need to change how some names are displayed on specific pages e.g. on the CLOSER study page, when adding harmonised datasets.

Info from Jeremy:
Following up on our call the other week, here is a way to change the word "Sweeps" to something else on only certain Study pages.

In the closer.js file, add something like the following:

var seriesId = $(".uuid").attr("title");

if (seriesId === "<series ID here>") {
    $("#item-tab-waves > a").text("<Different text here>") } ```

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants