Skip to:
Content

BuddyPress.org

Changeset 9529


Ignore:
Timestamp:
02/22/2015 11:32:39 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Bring weird window reload code in BP Legacy's buddypress.js up to modern standards.

This is a relic from bp-default and is no longer used directly by BP Legacy, but we continue support here just in case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/js/buddypress.js

    r9528 r9529  
    12961296            // user groups page
    12971297            if ( ! jq('body.directory').length ) {
    1298                 location.href = location.href;
     1298                window.location.reload();
    12991299
    13001300            // groups directory
Note: See TracChangeset for help on using the changeset viewer.