mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02:00
Fixed: Scripts should be included before closing body tag (#1995)
This commit is contained in:

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>
|
||||
|
Reference in New Issue
Block a user