mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 06:41:20 +00: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 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…
Reference in a new issue