mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
implemented details, lists and filters on quests
- some filter are still missing - didn't bother with the mapper yet - zoneOrSort is still inconsistent for instances - merged all queststarter/-ender into one single table - removed $template-parameter from addGlobalsToJscript and access it through Util - dropped error.tpl and 404.tpl and moved the error-text to aowow_articles - misc improvements here and there
This commit is contained in:
@@ -828,7 +828,7 @@ var Markup = {
|
||||
|
||||
var src = '';
|
||||
if(attr.name)
|
||||
src = g_staticUrl + '/images/icons/wow/tiny/' + attr.name.toLowerCase() + '.gif';
|
||||
src = g_staticUrl + '/images/wow/icons/tiny/' + attr.name.toLowerCase() + '.gif';
|
||||
else if(attr.preset)
|
||||
src = Markup.tags.icon.presets[attr.preset];
|
||||
else if(attr.url && Markup._isUrlSafe(attr.url))
|
||||
|
||||
Reference in New Issue
Block a user