[eGroupWare-svn] r56020 - /trunk/egroupware/api/js/etemplate/et2_widget_date.js

[email protected] Wed, 04 May 2016 18:01:20 -0000
Newsgroups gmane.comp.web.egroupware.cvs
Message-ID <[email protected]>
Author: nathangray
Date: Wed May  4 20:01:20 2016
New Revision: 56020

URL: http://svn.stylite.de/viewvc/egroupware?rev=56020&view=rev
Log:
Hide unit label if there is no value

Modified:
    trunk/egroupware/api/js/etemplate/et2_widget_date.js

Modified: trunk/egroupware/api/js/etemplate/et2_widget_date.js
URL: http://svn.stylite.de/viewvc/egroupware/trunk/egroupware/api/js/etemplate/et2_widget_date.js?rev=56020&r1=56019&r2=56020&view=diff
==============================================================================
--- trunk/egroupware/api/js/etemplate/et2_widget_date.js (original)
+++ trunk/egroupware/api/js/etemplate/et2_widget_date.js Wed May  4 20:01:20 2016
@@ -794,7 +794,7 @@
 			}
 			else
 			{
-				this.format.text(this.time_formats[display.unit]);
+				this.format.text(display.unit ? this.time_formats[display.unit] : '');
 			}
 		}
 	},


------------------------------------------------------------------------------
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