i'm using edge animations on my page via the wordpress edge suite plugin, and i noticed it's loading jquery - i believe this was included when publishing my animation.
<script src="http://mysite.com/wp-content/uploads/edge_suite/edge_includes/jquery-2.0.3.min.js"></script>
but in wordpress jquery is loaded by default.
<script src="http://mysite.com/wp-includes/js/jquery/jquery.js?ver=1.11.0" type="text/javascript"></script>
how can i prevent edge animate from causing jquery to load twice?