mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Guides/Fixups
* fix urls in user menu * strip anchors from tooltip title * prevent line breaks in description * make only in english info popup modular
This commit is contained in:
@@ -652,7 +652,7 @@ var PageTemplate = new function()
|
||||
|
||||
$.each(g_user.guides, function(idx, guide)
|
||||
{
|
||||
var menuItem = [guide.id, guide.title, guide.url, [[guide.id, LANG.button_edit, '/?guide=edit&id=' + guide.id]]];
|
||||
var menuItem = [guide.id, guide.title, guide.url, [[guide.id, LANG.button_edit, '?guide=edit&id=' + guide.id]]];
|
||||
|
||||
submenu.push(menuItem);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user