mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update
This commit is contained in:
@@ -42,7 +42,9 @@ odoo.define('app_odoo_customize.UserMenu', function (require) {
|
||||
+ '"><img class="flag" src="app_odoo_customize/static/src/img/flags/' + lang['code'] + '.png"/>' + lang['name'] + a + '</a>';
|
||||
});
|
||||
lang_list += '<div role="separator" class="dropdown-divider"/>';
|
||||
$('switch-lang').replaceWith(lang_list);
|
||||
setTimeout( function() {
|
||||
$('switch-lang').replaceWith(lang_list);
|
||||
}, 1000);
|
||||
})
|
||||
|
||||
//取参数
|
||||
|
||||
Reference in New Issue
Block a user