Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/daapr/commit/48a6ecf523d79a95e55a6125a389ed85515ba171?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.
1
0
Fork 0

Added loading class to body

master
Matthieu Lalonde 13 years ago
parent 5fbdb746d9
commit 48a6ecf523

@ -26,6 +26,6 @@
<script src="/resources/js/libs/utils.js">/**/</script> <script src="/resources/js/libs/utils.js">/**/</script>
<script data-main="/resources/js/main" src="/resources/vendors/require/require.min.js">/**/</script> <script data-main="/resources/js/main" src="/resources/vendors/require/require.min.js">/**/</script>
</head> </head>
<body> <body class="loading">
</body> </body>
</html> </html>
Loading…
Cancel
Save