mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix all remaining skins making unnecessary use of window.open()
This commit is contained in:
parent
fdc4610bfb
commit
d182a2c26c
11 changed files with 12 additions and 12 deletions
|
|
@ -166,7 +166,7 @@
|
|||
<li loop="$lang_supported=>$key,$val" cond="$key!= $lang_type"><button type="button" onclick="doChangeLangType('{$key}');return false;">{$val}</button></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p cond="!$layout_info->FOOTER">Powered by <a href="https://www.rhymix.org/">Rhymix</a>.</p>
|
||||
<p cond="!$layout_info->FOOTER">Powered by <a href="https://www.rhymix.org/" target="_blank" rel="noopener">Rhymix</a>.</p>
|
||||
<p cond="$layout_info->FOOTER">{$layout_info->FOOTER}</p>
|
||||
</div>
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue