# This patch file uses platform neutral UTF-8 encoding.
# Patch for Ticket# 1257 http://trac.buddypress.org/ticket/1257
# - Ajax.js fix for truncated description.
# - Additional CSS formating for error message when leaving a group.
# Jason Giedymin
|
|
|
|
| 389 | 389 | }, |
| 390 | 390 | function(response) |
| 391 | 391 | { |
| 392 | | response = response.substr(0, response.length-1); |
| | 392 | response = response.substr(0, response.length); |
| 393 | 393 | var parentdiv = thelink.parent(); |
| 394 | 394 | |
| | 395 | parentdiv.removeClass(); |
| | 396 | parentdiv.addClass('error-box'); |
| | 397 | |
| | 398 | No newline at end of file |
| 395 | 399 | j(parentdiv).fadeOut(200, |
| 396 | 400 | function() { |
| 397 | 401 | parentdiv.fadeIn(200).html(response); |