From 7ed6c434595089f1c31ab02ca87ab11d882143e1 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 16 Mar 2015 12:43:43 +0000 Subject: [PATCH] No need for special handling for mail spliter for mobile devices as we do not use spliter anymore for them --- jdots/js/fw_mobile.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/jdots/js/fw_mobile.js b/jdots/js/fw_mobile.js index afcecac176..87233cf3ea 100644 --- a/jdots/js/fw_mobile.js +++ b/jdots/js/fw_mobile.js @@ -395,19 +395,6 @@ { this.arrangeToolbar(this.isLandscape()?'landscape':'portrait'); - //Mail splitter needs to be docked after oriantation - if (this.activeApp.appName === 'mail' && egwIsMobile()) - { - var splitter = etemplate2?etemplate2.getByApplication('mail')[0].widgetContainer.getWidgetById('mailSplitter'):false; - if (splitter) - { - splitter.undock(); - //Try to make sure that the docking happens after the mail index rendered by browser - setTimeout(function(){ - splitter.dock(); - },500); - } - } }, /**