mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +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();
|
||||
if(value === '#FFFFFF' || value === '#ffffff')
|
||||
{
|
||||
return null;
|
||||
return '';
|
||||
}
|
||||
return value;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user