Skip to content

Commit

Permalink
Fix semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Feb 29, 2024
1 parent 2a0b999 commit a831a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/fulldoc/html/frames.erb
Expand Up @@ -5,7 +5,7 @@
<title><%= options.title %></title>
</head>
<script type="text/javascript">
var mainUrl = '<%= url_for_main %>'
var mainUrl = '<%= url_for_main %>';
try {
var match = decodeURIComponent(window.location.hash).match(/^#!(.+)/);
var name = match ? match[1] : mainUrl;
Expand Down

0 comments on commit a831a59

Please sign in to comment.