mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
SpellDetailPage/Effects
* readd lost markup used by EFFECT_PLAY_SOUND, EFFECT_PLAY_MUSIC and AURA_OVERRIDE_SPELLS, AURA_SCREEN_EFFECT
This commit is contained in:
@@ -176,7 +176,7 @@ foreach ($this->effects as $i => $e):
|
||||
echo "<small><br>".implode("<br>", $e['footer'])."</small>\n";
|
||||
endif;
|
||||
|
||||
if (isset($e['markup'])):
|
||||
if ($e['markup']):
|
||||
echo '<br/><div id="spelleffectmarkup-'.$i.'" style="display: inline-block"></div><script type="text/javascript">//<![CDATA[
|
||||
$WH.aE(window,\'load\',function(){$WH.ge(\'spelleffectmarkup-'.$i.'\').innerHTML = Markup.toHtml(\''.$e['markup'].'\');});
|
||||
//]]></script>';
|
||||
|
||||
Reference in New Issue
Block a user