statt "package://assets" lieber "../..", hoffentlich nichts kaputt, weg damit
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'Pricedown';
|
||||
src: url('package://assets/font/Pricedown.ttf');
|
||||
src: url('../../font/Pricedown.ttf');
|
||||
}
|
||||
|
||||
html, body {
|
||||
@@ -48,10 +48,10 @@
|
||||
|
||||
<body>
|
||||
<div id="wanteds" style="display: none;">
|
||||
<img src="package://assets/img/wanteds/star.svg" id="wanted-star"> <span id="wanted-count">10</span>
|
||||
<img src="../../img/wanteds/star.svg" id="wanted-star"> <span id="wanted-count">10</span>
|
||||
</div>
|
||||
|
||||
<script src="package://assets/js/jquery-3.3.1.min.js"></script>
|
||||
<script src="../../js/jquery-3.3.1.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
function setWanteds(count) {
|
||||
if (count === 0) {
|
||||
|
||||
Reference in New Issue
Block a user