mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +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
|
|
@ -2736,7 +2736,7 @@ class documentController extends document
|
|||
* @param string $target
|
||||
* @return void
|
||||
*/
|
||||
function addDocumentPopupMenu($url, $str, $icon = '', $target = 'self')
|
||||
function addDocumentPopupMenu($url, $str, $icon = '', $target = '_blank')
|
||||
{
|
||||
$document_popup_menu_list = Context::get('document_popup_menu_list');
|
||||
if(!is_array($document_popup_menu_list)) $document_popup_menu_list = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue