Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
Update jwplayer js url
Browse files Browse the repository at this point in the history
  • Loading branch information
VivianChu committed Oct 3, 2018
1 parent aa00abd commit af9c5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/ucsdlib.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%= render :partial => 'layouts/twitter_card' %>
<link href="<%= opensearch_catalog_path(:format => 'xml', :only_url => false) %>" title="<%= application_name%>" type="application/opensearchdescription+xml" rel="search"/>

<script src="https://content.jwplatform.com/libraries/uS59kPRL.js"></script>
<script src="https://library.ucsd.edu/jwplayer-cloud/uS59kPRL.js"></script>
<script src="https://library.ucsd.edu/jwplayer/key.js"></script>
<% mapquest_key = ENV.fetch('APPS_DHH_MAPQUEST_KEY') {'zrnNkNZDkELMvViepTqFjZP8bEKxjDaG' if Rails.env.development? || Rails.env.test?}%>
<script src="https://www.mapquestapi.com/sdk/leaflet/v2.2/mq-map.js?key=<%= mapquest_key%>"></script>
Expand Down

0 comments on commit af9c5c6

Please sign in to comment.