social_stream-presence 0.5.3 → 0.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -263,10 +263,10 @@ function addContentToMainChatBox(content){
|
|
|
263
263
|
function modifyChatPartialIfMainBox(chatPartial){
|
|
264
264
|
if (mainChatBox != null) {
|
|
265
265
|
p = $(chatPartial)
|
|
266
|
-
|
|
267
266
|
$(p).find(".header").remove();
|
|
268
|
-
$(p).find(".dropdown dd ul").css("min-width",147);
|
|
267
|
+
$(p).find(".dropdown dd ul").css("min-width",147);
|
|
268
|
+
return $(p);
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
return
|
|
271
|
+
return chatPartial;
|
|
272
272
|
}
|