From f745e116f2694bb50778461bc98ab8db61bb1a16 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 18 Feb 2021 06:37:17 +0100 Subject: [PATCH] Link to Weblate updated --- core/constants.js | 2 +- pages/popup/popup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/constants.js b/core/constants.js index 9daafd3a..27698f90 100644 --- a/core/constants.js +++ b/core/constants.js @@ -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 = { diff --git a/pages/popup/popup.js b/pages/popup/popup.js index eda4a14d..a3cac185 100644 --- a/pages/popup/popup.js +++ b/pages/popup/popup.js @@ -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, }); }