# 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.
Index: ajax.js
--- ajax.js Base (BASE)
+++ ajax.js Locally Modified (Based On LOCAL)
@@ -1,5 +1,5 @@
 jQuery(document).ready( function() {
-	jQuery("ul#letter-list li a").livequery('click',
+	jQuery("div#members-directory-page ul#letter-list li a").livequery('click',
 		function() { 
 			jQuery('.ajax-loader').toggle();
 
@@ -262,7 +262,7 @@
 		}
 	);
 
-	jQuery("ul#letter-list li a").livequery('click',
+	jQuery("div#groups-directory-page ul#letter-list li a").livequery('click',
 		function() { 
 			jQuery('.ajax-loader').toggle();
 
@@ -1016,7 +1016,7 @@
 		}
 	);
 	
-		jQuery("ul#letter-list li a").livequery('click',
\ No newline at end of file
+		jQuery("div#blogs-directory-page ul#letter-list li a").livequery('click',
\ No newline at end of file
 		function() { 
 			jQuery('.ajax-loader').toggle();
 
