mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-08 16:18:37 +01:00
Link to Weblate updated
This commit is contained in:
parent
1724191dc6
commit
f745e116f2
@ -215,7 +215,7 @@ const Links = {
|
||||
'STATISTICS': chrome.extension.getURL('pages/statistics/statistics.html'),
|
||||
'LOCALCDN_TEST': 'https://www.localcdn.org/test',
|
||||
'LOCALCDN_TEST_WEBSITE': 'https://www.localcdn.org/test/check?domain=',
|
||||
'WEBLATE': 'https://hosted.weblate.org/projects/localcdn/',
|
||||
'WEBLATE': 'https://hosted.weblate.org/projects/localcdn/localcdn/',
|
||||
};
|
||||
|
||||
const CDNs = {
|
||||
|
@ -509,7 +509,7 @@ popup._onInfoButtonClicked = function () {
|
||||
popup._onIncompleteTranslation = function () {
|
||||
if (event.button === 0 || event.button === 1) {
|
||||
chrome.tabs.create({
|
||||
'url': Links.Weblate,
|
||||
'url': Links.WEBLATE,
|
||||
'active': event.button === 0,
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user