mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
DetailPage/Links (#388)
* add missing trailing slash to url in links list
This commit is contained in:
@@ -21988,7 +21988,7 @@ var Links = new function() {
|
||||
}
|
||||
|
||||
var data = {
|
||||
'wowheadurl': g_host +'?' + type + '=' + opt.typeId,
|
||||
'wowheadurl': g_host +'/?' + type + '=' + opt.typeId,
|
||||
'armoryurl': 'http://us.battle.net/wow/en/' + type + '/' + opt.typeId,
|
||||
'ingamelink': link,
|
||||
'markuptag': '[' + (extraTypes[opt.type] || type) + '=' + opt.typeId + ']'
|
||||
|
||||
Reference in New Issue
Block a user