We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0b999 commit a831a59Copy full SHA for a831a59
templates/default/fulldoc/html/frames.erb
@@ -5,7 +5,7 @@
5
<title><%= options.title %></title>
6
</head>
7
<script type="text/javascript">
8
-var mainUrl = '<%= url_for_main %>'
+var mainUrl = '<%= url_for_main %>';
9
try {
10
var match = decodeURIComponent(window.location.hash).match(/^#!(.+)/);
11
var name = match ? match[1] : mainUrl;
0 commit comments