Skip to content

Commit

Permalink
Removed "base target blank" in index.xql
Browse files Browse the repository at this point in the history
  • Loading branch information
roewenstrunk authored and krHERO committed Dec 19, 2024
1 parent 353f83a commit 925ed78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions add/index.xql
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ let $eoIndexPage := <html>
then
<link rel="stylesheet" href="{string-join((request:get-context-path(), substring-after($additional_css_path, 'xmldb:exist:///db/')), '/')}"/>
else (),
<script type="text/javascript" src="app.js"/>,
<!-- **WHERE TO OPEN LINKS** -->,
<base target="_blank"/>)
<script type="text/javascript" src="app.js"/>
)
}
</head>
<body class="x-body">
Expand Down

0 comments on commit 925ed78

Please sign in to comment.