mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Mobile theme:
- Missing part from commit 55893
This commit is contained in:
parent
45e7536a8b
commit
9cd72f8e14
@ -120,18 +120,8 @@ var fw_ui_sidemenu_entry = (function(){ "use strict"; return Class.extend(
|
||||
*/
|
||||
open: function()
|
||||
{
|
||||
/* Move this entry to the top of the list */
|
||||
if (egwIsMobile())
|
||||
{
|
||||
$j(this.baseDiv).append(this.headerDiv);
|
||||
$j(this.baseDiv).append(this.contentDiv);
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
$j(this.baseDiv).prepend(this.contentDiv);
|
||||
$j(this.baseDiv).prepend(this.headerDiv);
|
||||
}
|
||||
$j(this.baseDiv).prepend(this.contentDiv);
|
||||
$j(this.baseDiv).prepend(this.headerDiv);
|
||||
|
||||
this.atTop = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user