mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] correct js syntax
This commit is contained in:
@@ -66,7 +66,7 @@ openerp.web_menu_autohide = function(instance)
|
||||
this.toggle_main_menu(hide);
|
||||
this.toggle_left_bar(hide);
|
||||
},
|
||||
toggle_menu_element(selector, timeout_id, show, delay)
|
||||
toggle_menu_element: function(selector, timeout_id, show, delay)
|
||||
{
|
||||
if(this[timeout_id])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user