mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 14:55:20 -07:00
Fixed: Scripts should be included before closing body tag (#1995)
This commit is contained in:
parent
1c1723b4f7
commit
ba0c5bc5f4
1 changed files with 4 additions and 2 deletions
|
@ -88,8 +88,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="control-panel-region" class="control-panel"></div>
|
<div id="control-panel-region" class="control-panel"></div>
|
||||||
<div id="errors"></div>
|
<div id="errors"></div>
|
||||||
</body>
|
|
||||||
<script type="text/javascript">
|
<script>
|
||||||
window.NzbDrone = {
|
window.NzbDrone = {
|
||||||
ApiRoot : 'API_ROOT',
|
ApiRoot : 'API_ROOT',
|
||||||
ApiKey : 'API_KEY',
|
ApiKey : 'API_KEY',
|
||||||
|
@ -106,4 +106,6 @@
|
||||||
<script src="/templates.js"></script>
|
<script src="/templates.js"></script>
|
||||||
<script src="/vendor.js"></script>
|
<script src="/vendor.js"></script>
|
||||||
<script src="/main.js"></script>
|
<script src="/main.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue