can I delete out one line of code that is inherited from a template?
I have a template that I recently updated the jquery script link to https://code.jquery.com/jquery-3.3.1.min.js
However I have found that this library breaks my accordions on about 5 pages in the site. I need to temporarily link to the 2.2.1 jquery library until I have time to update the 5 pages with new accordion code that will work with jquery 3.3.1.
However I only want to revert those 5 pages in particular to jquery 2.2.1. The reference from the template is making the 3.3.1 no editable (as usually is what is wanted).
Can I delete out the 3.3.1 code from the 5 pages or is there some way to make a 2.2.1 script code link reference override the 3.3.1 link?
