Removed limitation of the colorpicker color space

This commit is contained in:
Fritz Grimpen 2012-11-06 08:39:56 +00:00
parent 6f1bab5faf
commit bb91107134
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -12,3 +12,5 @@ src/static/js/jquery.js
npm-debug.log npm-debug.log
*.DS_Store *.DS_Store
.ep_initialized .ep_initialized
.*.sw?
.sw?

View file

@ -2,7 +2,7 @@
(function ($) { (function ($) {
var __debug = false; var __debug = false;
var __factor = 0.5; var __factor = 1;
$.fn.farbtastic = function (options) { $.fn.farbtastic = function (options) {
$.farbtastic(this, options); $.farbtastic(this, options);