mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°2847 * Fix wrong image name for default placeholder
* Close popupmenu when clicking on toggler a second time * Fix an error in newsroom menu
This commit is contained in:
@@ -89,5 +89,16 @@ $(function()
|
||||
{
|
||||
this._closePopup();
|
||||
},
|
||||
togglePopup: function()
|
||||
{
|
||||
if(this.element.hasClass(this.css_classes.opened))
|
||||
{
|
||||
this._closePopup();
|
||||
}
|
||||
else
|
||||
{
|
||||
this._openPopup();
|
||||
}
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user