mirror of
https://github.com/PitPik/colorPicker.git
synced 2025-07-31 22:04:30 -06:00
jqColor.js line 118
minor correction - duplicate '+' sign
This commit is contained in:
parent
81fd6d4363
commit
9a00599af5
@ -115,7 +115,7 @@
|
|||||||
$colorPicker.css({
|
$colorPicker.css({
|
||||||
'position': 'absolute',
|
'position': 'absolute',
|
||||||
'left': position.left + options.margin.left,
|
'left': position.left + options.margin.left,
|
||||||
'top': position.top + +$input.outerHeight(true) + options.margin.top
|
'top': position.top + $input.outerHeight(true) + options.margin.top
|
||||||
});
|
});
|
||||||
if (!multiple) {
|
if (!multiple) {
|
||||||
options.input = elm;
|
options.input = elm;
|
||||||
@ -218,4 +218,4 @@
|
|||||||
(options.secure ? '; secure' : '');
|
(options.secure ? '; secure' : '');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
})(jQuery, this);
|
})(jQuery, this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user