[eGroupWare-svn] r55764 - /trunk/calendar/js/app.js

[email protected]
Newsgroups gmane.comp.web.egroupware.cvs
Message-ID <[email protected]>
Author: hnategh
Date: Mon Apr 18 16:05:24 2016
New Revision: 55764

URL: http://svn.stylite.de/viewvc/egroupware?rev=55764&view=rev
Log:
Do not render calendar TODO list if it's on mobile devices

Modified:
    trunk/calendar/js/app.js

Modified: trunk/calendar/js/app.js
URL: http://svn.stylite.de/viewvc/egroupware/trunk/calendar/js/app.js?rev=55764&r1=55763&r2=55764&view=diff
==============================================================================
--- trunk/calendar/js/app.js (original)
+++ trunk/calendar/js/app.js Mon Apr 18 16:05:24 2016
@@ -2090,7 +2090,7 @@
 			// Toggle todos
 			if(state.state.view == 'day' || this.state.view == 'day')
 			{
-				if(state.state.view == 'day' && state.state.owner.length === 1 && !isNaN(state.state.owner) && state.state.owner[0] >= 0)
+				if(state.state.view == 'day' && state.state.owner.length === 1 && !isNaN(state.state.owner) && state.state.owner[0] >= 0 && !egwIsMobile())
 				{
 
 					view.etemplates[0].widgetContainer.iterateOver(function(w) {


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.