I had the same issue, you need to first configure the api settings, from your WP Admin go to Genesis then Latest Tweets. Once you have this section configured you can edit the settings from the widget menu.
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'):
Yes. It looks like the jQuery code block is being added to all admin screens via the admin_head action.