mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +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()
|
open: function()
|
||||||
{
|
{
|
||||||
/* Move this entry to the top of the list */
|
$j(this.baseDiv).prepend(this.contentDiv);
|
||||||
if (egwIsMobile())
|
$j(this.baseDiv).prepend(this.headerDiv);
|
||||||
{
|
|
||||||
$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);
|
|
||||||
}
|
|
||||||
|
|
||||||
this.atTop = true;
|
this.atTop = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user