diff --git a/jquery.colorpicker.js b/jquery.colorpicker.js index 9ff98f4..3b0797b 100644 --- a/jquery.colorpicker.js +++ b/jquery.colorpicker.js @@ -609,7 +609,7 @@ }; _html = function () { - var html = '
' + var html = '
' + ' ' + ' ' + (inst.options.alpha ? ' ' : '') @@ -801,7 +801,7 @@ }; _html = function () { - var html = '
' + var html = '
' + ' ' + ' ' + ' ' @@ -955,11 +955,9 @@ _html; _html = function () { - return '
' - + '' + return '
' + '
' + '
' - + '' + '
'; }; @@ -1304,7 +1302,7 @@ html += '
'; }); - return '
' + html + '
'; + return '
' + html + '
'; }; this.init = function () {