mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fixed 3rd Party License on About Page
This commit is contained in:
parent
3761ff47d2
commit
8b1267d059
@ -61,13 +61,13 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
url:'3RD_PARTY_LICENSES',
|
url:'3RD_PARTY_LICENSES',
|
||||||
dataType: "text",
|
dataType: "text",
|
||||||
success: function()
|
success: function(data)
|
||||||
{
|
|
||||||
$("#3rdpartylicenses").html('<a href="https://raw.githubusercontent.com/hyperion-project/hyperion.ng/master/3RD_PARTY_LICENSES">' + $.i18n("about_3rd_party_licenses_error") + '</a>');
|
|
||||||
},
|
|
||||||
error: function(data)
|
|
||||||
{
|
{
|
||||||
$("#3rdpartylicenses").html('<code>' + data + '</code>');
|
$("#3rdpartylicenses").html('<code>' + data + '</code>');
|
||||||
|
},
|
||||||
|
error: function()
|
||||||
|
{
|
||||||
|
$("#3rdpartylicenses").html('<a href="https://raw.githubusercontent.com/hyperion-project/hyperion.ng/master/3RD_PARTY_LICENSES">' + $.i18n("about_3rd_party_licenses_error") + '</a>');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user