liquid_feedback_frontend

diff app/main/_layout/default.html @ 1647:123eb46b4d3e

Fixed base url for fetch request
author bsw
date Wed Feb 10 00:30:53 2021 +0100 (2021-02-10)
parents 2f9e1e882de6
children a9b622a25520
line diff
     1.1 --- a/app/main/_layout/default.html	Wed Feb 10 00:30:17 2021 +0100
     1.2 +++ b/app/main/_layout/default.html	Wed Feb 10 00:30:53 2021 +0100
     1.3 @@ -7,6 +7,7 @@
     1.4    <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/style/style.css" />
     1.5    <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/lf4.css" />
     1.6    <!-- WEBMCP SLOTNODIV html_head -->
     1.7 +  <script type="text/javascript">var baseURL = "__BASEURL__";</script>
     1.8    <script type="text/javascript">jsFail = true;</script>
     1.9    <![if !IE]>
    1.10      <script type="text/javascript">jsFail = false;</script>

Impressum / About Us