Skip to:
Content

BuddyPress.org

Ticket #1042: ajax.js.patch

File ajax.js.patch, 1.2 KB (added by MrMaz, 16 years ago)

patch for bp-themes/bp-sn-parent/_inc/js/ajax.js

  • ajax.js

    # This patch file was generated by NetBeans IDE
    # Following Index: paths are relative to: \\UBU\www\sandbox\public_html\wp-content\plugins\buddypress\bp-themes\bp-sn-parent\_inc\js
    # This patch can be applied using context Tools: Patch action on respective folder.
    # It uses platform neutral UTF-8 encoding and \n newlines.
    # Above lines and this line are ignored by the patching process.
     
    11jQuery(document).ready( function() {
    2         jQuery("ul#letter-list li a").livequery('click',
     2        jQuery("div#members-directory-page ul#letter-list li a").livequery('click',
    33                function() {
    44                        jQuery('.ajax-loader').toggle();
    55
     
    262262                }
    263263        );
    264264
    265         jQuery("ul#letter-list li a").livequery('click',
     265        jQuery("div#groups-directory-page ul#letter-list li a").livequery('click',
    266266                function() {
    267267                        jQuery('.ajax-loader').toggle();
    268268
     
    10161016                }
    10171017        );
    10181018       
    1019                 jQuery("ul#letter-list li a").livequery('click',
    1020  No newline at end of file
     1019                jQuery("div#blogs-directory-page ul#letter-list li a").livequery('click',
     1020 No newline at end of file
    10211021                function() {
    10221022                        jQuery('.ajax-loader').toggle();