Making WordPress.org

Changeset 242


Ignore:
Timestamp:
01/08/2014 08:24:53 PM (11 years ago)
Author:
nacin
Message:

Trac: Remove && which Genshi XML chokes on. see #127.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/site.html

    r241 r242  
    269269                xhrFields: { withCredentials: true }
    270270            }).success( function( data ) {
    271                 if ( data && data.success ) {
     271                if ( data.success ) {
    272272                    $( '#propertyform' ).before( data.data['notifications-box'] );
    273273                    wpTrac.notifications.init( endpoint, ticket );
Note: See TracChangeset for help on using the changeset viewer.