Skip to:
Content

BuddyPress.org

Ticket #2556: 2556.001.patch

File 2556.001.patch, 652 bytes (added by r-a-y, 14 years ago)
  • buddypress/bp-messages/bp-messages-cssjs.php

     
    4343        <script type="text/javascript">
    4444                jQuery(document).ready(function() {
    4545                        var acfb =
    46                         jQuery("ul.first").autoCompletefb({urlLookup:'<?php echo $bp->root_domain . str_replace( 'index.php', 'wp-load.php', $_SERVER['SCRIPT_NAME'] ) ?>'});
     46                        jQuery("ul.first").autoCompletefb({urlLookup:'<?php echo $bp->root_domain . '/wp-load.php' ?>'});
    4747
    4848                        jQuery('#send_message_form').submit( function() {
    4949                                var users = document.getElementById('send-to-usernames').className;