An old version of jquery is being loaded into my masterpage and I can't figure out where it's coming from.
Looking at the masterpage, I see
SharePoint:ScriptLink ID="ScriptLink1" language="javascript" Defer="true" runat="server"
When the page is loaded it has a series of other scripts and one points to an invalid location, the one being in question is..........
document.write('<script type="text/javascript" src="/siteassets/jquery-1.7.min.js"></' + 'script>');
I've checked every solution and custom solution I've written and all are good. Obviously it was added at some point.... now how to find out where and get it out?
