social_stream-presence 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 $(p);
271
+ return chatPartial;
272
272
  }
@@ -1,5 +1,5 @@
1
1
  module Socialstream
2
2
  module Presence
3
- VERSION = "0.5.3"
3
+ VERSION = "0.5.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 3
9
- version: 0.5.3
8
+ - 4
9
+ version: 0.5.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Aldo Gordillo