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

Commit

Permalink
Update jwplayer key url and the audio player width
Browse files Browse the repository at this point in the history
  • Loading branch information
VivianChu committed Oct 18, 2018
1 parent 4e33501 commit 00553bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/views-object.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ dp.cartographics = {}; // CARTOGRAPHICS DISPLAY
{file: "https://"+serviceFilePath+"/playlist.m3u8?"+secure_token}
]
}],
width: 300,
width: "100%",
height: 40,
rtmp: {bufferlength: 3},
analytics: {enabled: false}
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/ucsdlib.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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://libraries.ucsd.edu/jwplayer/key.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 00553bd

Please sign in to comment.