* index: fix menu more btn not update after change lang.
This commit is contained in:
@@ -688,7 +688,7 @@ function updateAppsMenu(includeAppsBar)
|
||||
{
|
||||
loadCurrentPage(
|
||||
{
|
||||
selector: (includeAppsBar ? '#appsToolbar>*,#visionSwitcher>*,' : '') + 'appsItems()',
|
||||
selector: (includeAppsBar ? '#menuMoreBtn>*,#appsToolbar>*,#visionSwitcher>*,' : '') + 'appsItems()',
|
||||
onRender: function(info)
|
||||
{
|
||||
if(info.name === 'appsItems')
|
||||
|
||||
@@ -55,6 +55,7 @@ div
|
||||
(
|
||||
a
|
||||
(
|
||||
setID('menuMoreBtn'),
|
||||
set::title($lang->more),
|
||||
set::href('#menuMoreList'),
|
||||
icon('more-circle'),
|
||||
|
||||
Reference in New Issue
Block a user