fix logging out at homepage when installed to a subdir

This commit is contained in:
printempw 2016-12-10 19:50:15 +08:00
parent 55534bb52b
commit 5055deb3cb

View File

@ -109,5 +109,8 @@
<!-- App Scripts -->
{!! bs_footer() !!}
<!-- Quick fix for logging out at homepage when installed to a subdir -->
<script>base_url = ".";</script>
</body>
</html>