You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"]');
The text was updated successfully, but these errors were encountered:
orcid_support_advance/lib/static/javascript/auto/90_orcid_support_advance.js
Line 5 in 27e44e3
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"]');
The text was updated successfully, but these errors were encountered: