Skip to content
Snippets Groups Projects
Unverified Commit 0d804029 authored by Michael Lee's avatar Michael Lee Committed by GitHub
Browse files

Merge pull request #564 from ASCWebServices/canini-3

removing js for heading pagination update
parents b5d48e2c 8c00de40
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