summaryrefslogtreecommitdiff
path: root/js/farbtastic
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-05-19 17:05:30 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-05-19 17:05:30 +0000
commit0c442e459e42b5d5aa168f7e2d3a0ff9f6bb0cd5 (patch)
tree60e6d96a84cd45aafa997c5ca3f001b2df04aeb7 /js/farbtastic
parent62d2229573f5191ed330dadb1637dfb12b62f590 (diff)
Added reset button
Rearranged swatch layout Added background image upload input file
Diffstat (limited to 'js/farbtastic')
-rw-r--r--js/farbtastic/farbtastic.go.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/farbtastic/farbtastic.go.js b/js/farbtastic/farbtastic.go.js
index 64dd7db20..77e213513 100644
--- a/js/farbtastic/farbtastic.go.js
+++ b/js/farbtastic/farbtastic.go.js
@@ -43,7 +43,7 @@ $(document).ready(function() {
$('#color-picker').hide();
var f = $.farbtastic('#color-picker', UpdateColors);
- var swatches = $('#settings_design_color input');
+ var swatches = $('#settings_design_color .swatch');
swatches
.each(UpdateColors)