mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
resolve the ugly assets_prefix hack
This commit is contained in:
parent
37d89c074b
commit
c0b7cf5f8d
7 changed files with 23 additions and 65 deletions
|
|
@ -2,11 +2,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>OpenWebRX Settings</title>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="${assets_prefix}static/favicon.ico" />
|
||||
<link rel="stylesheet" href="${assets_prefix}static/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="${assets_prefix}static/css/admin.css" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="${document_root}static/favicon.ico" />
|
||||
<link rel="stylesheet" href="${document_root}static/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="${document_root}static/css/admin.css" />
|
||||
<script src="https://unpkg.com/location-picker/dist/location-picker.min.js"></script>
|
||||
<script src="${assets_prefix}compiled/settings.js"></script>
|
||||
<script src="${document_root}compiled/settings.js"></script>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue