I added an if statement around the jQuery code block so the code is only added when the solr settings page is displayed. This fixed the issue until the next version is released.
if (isset($_GET['page']) && $_GET['page'] == 'MySolrServerSettings'):
I added an if statement around the jQuery code block so the code is only added when the solr settings page is displayed. This fixed the issue until the next version is released.
if (isset($_GET['page']) && $_GET['page'] == 'MySolrServerSettings'):