Skip to content

Commit

Permalink
fixes untranslatable text in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellempire committed Jun 14, 2021
1 parent 1f61764 commit 08cd8f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion curatescape/javascripts/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jQuery(document).ready(function ($) {
content: [
"<span class='offscreen-random'><a href='" +
$(".random-story-link").attr("href") +
"'><i class='fa fa-random fa-lg' aria-hidden='true'></i> View A Random Story<a></span>",
"'><i class='fa fa-random fa-lg' aria-hidden='true'></i> " +
$(".random-story-link").text() +
"<a></span>",
],
height: 1,
},
Expand Down

0 comments on commit 08cd8f1

Please sign in to comment.