Skip to content
Snippets Groups Projects
Commit 8c00de40 authored by Brian Canini's avatar Brian Canini
Browse files

removing js for heading pagination update

parent b5d48e2c
No related branches found
No related tags found
No related merge requests found
jQuery(document).ready(function(){
if (jQuery('#pagination-heading').length) {
jQuery('#pagination-heading').replaceWith('<h3 id="pagination-heading" class="visually-hidden">Pagination</h3>');
}
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment