DetailPage/Links (#388)

* add missing trailing slash to url in links list
This commit is contained in:
Sarjuuk
2024-02-25 22:36:31 +01:00
parent 4e65f0a955
commit 3dfdc300c5

View File

@@ -21988,7 +21988,7 @@ var Links = new function() {
} }
var data = { var data = {
'wowheadurl': g_host +'?' + type + '=' + opt.typeId, 'wowheadurl': g_host +'/?' + type + '=' + opt.typeId,
'armoryurl': 'http://us.battle.net/wow/en/' + type + '/' + opt.typeId, 'armoryurl': 'http://us.battle.net/wow/en/' + type + '/' + opt.typeId,
'ingamelink': link, 'ingamelink': link,
'markuptag': '[' + (extraTypes[opt.type] || type) + '=' + opt.typeId + ']' 'markuptag': '[' + (extraTypes[opt.type] || type) + '=' + opt.typeId + ']'