forked from GNUsocial/gnu-social
Added reset button
Rearranged swatch layout Added background image upload input file
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user