Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-header.php

    r9924 r10150  
    147147        farbtastic.setColor(color);
    148148    }
    149    
     149
    150150    jQuery(document).ready(function() {
    151151        jQuery('#pickcolor').click(function() {
    152152            jQuery('#colorPickerDiv').show();
    153153        });
    154        
     154
    155155        jQuery('#hidetext').click(function() {
    156156            toggle_text();
    157157        });
    158        
     158
    159159        farbtastic = jQuery.farbtastic('#colorPickerDiv', function(color) { pickColor(color); });
    160160        pickColor('#<?php echo get_theme_mod('header_textcolor', HEADER_TEXTCOLOR); ?>');
    161        
     161
    162162        <?php if ( 'blank' == get_theme_mod('header_textcolor', HEADER_TEXTCOLOR) ) { ?>
    163163        toggle_text();
    164164        <?php } ?>
    165165    });
    166    
     166
    167167    jQuery(document).mousedown(function(){
    168168        // Make the picker disappear, since we're using it in an independant div
Note: See TracChangeset for help on using the changeset viewer.