download link fix
This commit is contained in:
parent
b205e9ef59
commit
e8c9019f96
2 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"baseUrl": "https://glcdn.githack.com/maltejur/hsarch/-/raw/master/assets/files/",
|
||||
"downloadUrl": "https://gitlab.com/maltejur/hsarch/-/raw/master/assets/files/",
|
||||
"hertzschlag": [
|
||||
{
|
||||
"Ausgabe": "1",
|
||||
|
|
|
|||
|
|
@ -50,10 +50,10 @@ export default function AusgabeHertzschlag(params) {
|
|||
<button>
|
||||
<i class="fas fa-download"></i>Download
|
||||
<div class="dropdown">
|
||||
<a href="${json.baseUrl}hertzschlag/pdf/compressed/${ausg["Ausgabe"]}.pdf">
|
||||
<a href="${json.downloadUrl}hertzschlag/pdf/compressed/${ausg["Ausgabe"]}.pdf">
|
||||
<i class="fas fa-file-download"></i>Niedrige Qualität
|
||||
</a>
|
||||
<a href="${json.baseUrl}hertzschlag/pdf/${ausg["Ausgabe"]}.pdf">
|
||||
<a href="${json.downloadUrl}hertzschlag/pdf/${ausg["Ausgabe"]}.pdf">
|
||||
<i class="fas fa-file-download"></i>Hohe Qualität
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue