mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Scripts should be included before closing body tag (#1995)
This commit is contained in:
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…
Reference in New Issue
Block a user