From 3dfdc300c5a78389e4235910ff21ed8f70f0b669 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Sun, 25 Feb 2024 22:36:31 +0100 Subject: [PATCH] DetailPage/Links (#388) * add missing trailing slash to url in links list --- static/js/global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/global.js b/static/js/global.js index 90a9b064..15700fe1 100644 --- a/static/js/global.js +++ b/static/js/global.js @@ -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 + ']'