SushantGautam's picture
Add loader component and enhance detail views for domains, fields, subfields, topics, and authors
db2cacc
raw
history blame contribute delete
166 Bytes
window.addEventListener('load', function () {
const loader = document.getElementById('loader');
if (loader) {
loader.style.display = 'none';
}
});