Fixed: Scripts should be included before closing body tag (#1995)

pull/2101/head
James White 7 years ago committed by Leonardo Galli
parent 1c1723b4f7
commit ba0c5bc5f4

@ -88,8 +88,8 @@
</div>
<div id="control-panel-region" class="control-panel"></div>
<div id="errors"></div>
</body>
<script type="text/javascript">
<script>
window.NzbDrone = {
ApiRoot : 'API_ROOT',
ApiKey : 'API_KEY',
@ -106,4 +106,6 @@
<script src="/templates.js"></script>
<script src="/vendor.js"></script>
<script src="/main.js"></script>
</body>
</html>

Loading…
Cancel
Save