Make WordPress Core

Changeset 22131


Ignore:
Timestamp:
10/07/2012 02:46:39 PM (12 years ago)
Author:
duck_
Message:

Theme Customizer: Correctly update background-attachment property in live preview

Props bainternet. Fixes #21732.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/customize-preview.js

    r21592 r22131  
    130130                    css += 'background-position: top ' + position_x() + ';';
    131131                    css += 'background-repeat: ' + repeat() + ';';
    132                     css += 'background-position: top ' + attachment() + ';';
     132                    css += 'background-attachment: ' + attachment() + ';';
    133133                }
    134134
Note: See TracChangeset for help on using the changeset viewer.