mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Etemplate: Fix unable to clear color picker
This commit is contained in:
parent
84f8e3a572
commit
0e8b0e0562
@ -46,7 +46,7 @@ var et2_color = (function(){ "use strict"; return et2_inputWidget.extend(
|
|||||||
var value = this.$node.val();
|
var value = this.$node.val();
|
||||||
if(value === '#FFFFFF' || value === '#ffffff')
|
if(value === '#FFFFFF' || value === '#ffffff')
|
||||||
{
|
{
|
||||||
return null;
|
return '';
|
||||||
}
|
}
|
||||||
return value;
|
return value;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user