fix: 🐛 Fix script loading for LS footer

Script URLs pointed to wrong location for LS AAI footer
pull/1580/head
Dominik František Bučík 2022-07-13 14:58:40 +02:00
parent 189c9a40d7
commit bd90a76388
No known key found for this signature in database
GPG Key ID: 73F752BEC0709845
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@
</div> </div>
</div> </div>
</footer> </footer>
<script type="text/javascript" src="https://login.elixir-czech.org/elixir/res/js/jquery-3.5.1.min.js"></script> <script type="text/javascript" src="https://login.elixir-czech.org/proxy/module.php/elixir/res/js/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="https://login.elixir-czech.org/elixir/res/js/bootstrap.min.js"></script> <script type="text/javascript" src="https://login.elixir-czech.org/proxy/module.php/elixir/res/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://login.elixir-czech.org/elixir/res/js/cmservice.js"></script> <script type="text/javascript" src="https://login.elixir-czech.org/proxy/module.php/elixir/res/js/cmservice.js"></script>
</body> </body>
</html> </html>