Skip to content

Commit

Permalink
Fixed url problem in the related-texts buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ZahraMousavi committed Mar 25, 2020
1 parent a5606ba commit a698deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/_related_texts_toolbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

text_capabilities = get_text_capabilities (@document[:capabilities_ssi])
text_capabilities.each do |title, url|
javascript_url = "this.href='#{url}'"
javascript_url = "#{url}"
classes = ''
if title == text_capabilities_type
classes = 'active'
Expand Down

0 comments on commit a698deb

Please sign in to comment.