Skip to content

Commit

Permalink
Revert unintended changes to index.html
Browse files Browse the repository at this point in the history
The index changes in the referenced commit was not intended to be committed.

see: dd48d0d#diff-7bce6bf37aaa3e41c61d593299d13979
  • Loading branch information
kaladay committed Oct 10, 2018
1 parent 5aa59ef commit 0b198f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<script type="text/javascript" th:inline="javascript">
/*<![CDATA[*/
window.location.base = "/";
window.location.base = [[${base}]];
/*]]>*/
</script>


<base th:href="/" />
<base th:href="${ base + '/'}" />

<title>Sage :: Solr Aggregation Engine</title>

Expand Down

0 comments on commit 0b198f1

Please sign in to comment.