social_stream-base 0.10.3 → 0.10.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.
|
@@ -32,14 +32,12 @@ $(function() {
|
|
|
32
32
|
});
|
|
33
33
|
|
|
34
34
|
$('#securities .search-choice a').click(function(){
|
|
35
|
-
console.log($('#security').children("option:selected").size());
|
|
36
35
|
if($('#security').children("option:selected").size()==0){
|
|
37
36
|
$('#securities input').css('width', default_security_width)
|
|
38
37
|
}
|
|
39
38
|
});
|
|
40
39
|
});
|
|
41
40
|
$('#securities input').blur(function(){
|
|
42
|
-
console.log($('#security').children("option:selected").size());
|
|
43
41
|
if($('#security').children("option:selected").size()==0){
|
|
44
42
|
$('#securities input').css('width', default_security_width)
|
|
45
43
|
}
|
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
<%= form_for object, :remote => remote do |f| %>
|
|
5
5
|
<%= f.hidden_field :owner_id %>
|
|
6
6
|
|
|
7
|
-
<%= render :partial => object.class.to_s.tableize+'/new_activity_fields' , :locals => {:f => f} %>
|
|
7
|
+
<%= render :partial => object.class.to_s.tableize+'/new_activity_fields' , :locals => {:f => f, :receiver => receiver} %>
|
|
8
8
|
<% end %>
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: social_stream-base
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 63
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 10
|
|
9
|
-
-
|
|
10
|
-
version: 0.10.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.10.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- GING - DIT - UPM
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-12-
|
|
19
|
+
date: 2011-12-05 00:00:00 +01:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|