Merge pull request #369 from misol/color-of-no-color

input type=color can not be empty
This commit is contained in:
MinSoo Kim 2016-03-13 00:42:13 +09:00
commit d1a7dfca7e
9 changed files with 20 additions and 19 deletions

View file

@ -12,6 +12,7 @@ jQuery(function($){
$.getScript(request_uri + "./common/js/plugins/spectrum/i18n/jquery.spectrum-"+ xe.current_lang.replace("jp", "ja").toLowerCase() +".js", function() {
var settings = {
showInput: true,
allowEmpty:true,
showInitial: true,
showPalette: true,
showSelectionPalette: true,