Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hidePutCode function not working in EPrints 3.4.3 #68

Open
photomedia opened this issue Aug 20, 2022 · 0 comments
Open

hidePutCode function not working in EPrints 3.4.3 #68

photomedia opened this issue Aug 20, 2022 · 0 comments

Comments

@photomedia
Copy link

var ths = document.querySelectorAll('[id*="_creators_th_"], [id*="_editors_th_"]');

After some recent upgrades to our EPrints instance to 3.4.3, I noticed that the hidePutCode was not working, and I fixed it by changing the above line to:

var ths = document.querySelectorAll('[id*="creators_putcode_label"], [id*="editors_putcode_label"]');

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

No branches or pull requests

1 participant