diff --git a/static/common.js b/static/common.js index e2ab6f80a..7900296a9 100644 --- a/static/common.js +++ b/static/common.js @@ -734,6 +734,11 @@ var toUrl = function(name) { return ""; } let link = wikiBaseUrl + encodeURIComponent(name.replace(/ /g, '_')); + + if (link.includes('_BS')){ + link = link.replace('_BS', '') + } + if (server == 'JP') { link += '/JP'; }