mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Fix #1732 inconsistent 'target' attribute in popup menus
This commit is contained in:
parent
865e83a46a
commit
856f2af743
5 changed files with 22 additions and 19 deletions
|
|
@ -2585,7 +2585,7 @@ class memberController extends member
|
|||
/**
|
||||
* Nickname and click Log In to add a pop-up menu that appears when the method
|
||||
*/
|
||||
function addMemberPopupMenu($url, $str, $icon = '', $target = 'self', $class = '')
|
||||
function addMemberPopupMenu($url, $str, $icon = '', $target = '_blank', $class = '')
|
||||
{
|
||||
$member_popup_menu_list = Context::get('member_popup_menu_list');
|
||||
if(!is_array($member_popup_menu_list)) $member_popup_menu_list = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue