diff --git a/api/js/etemplate/et2_widget_color.js b/api/js/etemplate/et2_widget_color.js index edeeb30dcf..d33448217b 100644 --- a/api/js/etemplate/et2_widget_color.js +++ b/api/js/etemplate/et2_widget_color.js @@ -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; },