Skip to content

Commit

Permalink
Adjusting the URL for the new route
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Mar 21, 2019
1 parent 9221e47 commit 8303a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/_universal_viewer_default.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="uv__overlay">
<iframe allowFullScreen="true" src="https://figgy-staging.princeton.edu/uv/uv#?manifest=<%= document.manifest %>&config=https://figgy-staging.princeton.edu/viewer/exhibit/config/<%= document.manifest %>">
<iframe allowFullScreen="true" src="https://figgy-staging.princeton.edu/uv/uv#?manifest=<%= document.manifest %>&config=https://figgy-staging.princeton.edu/viewer/exhibit/config?manifest=<%= CGI::escape(document.manifest) %>">
</iframe>
<%= link_to image_tag("iiif.png", class: "logo", alt: "IIIF Drag and Drop"), viewers_page_path(manifest: document.manifest, format: :html) %>
</div>

0 comments on commit 8303a0a

Please sign in to comment.