app/views/messages/new.js.erb in social_stream-0.4.2 vs app/views/messages/new.js.erb in social_stream-0.4.3
- old
+ new
@@ -3,9 +3,12 @@
$("head").append($("<%= escape_javascript(stylesheet_link_tag "messages.css", :media => "screen, projection") %>"));
$("head").append($("<%= escape_javascript(stylesheet_link_tag "fcbkComplete.css", :media => "screen, projection") %>"));
$("head").append($("<%= escape_javascript(javascript_include_tag 'jquery.fcbkcomplete.min','jquery.validate','ckeditor/ckeditor.js','ckeditor/adapters/jquery.js') %>"));
+<%= toolbar :option => :messages %>
+
+
var recipients = $("#_recipients").fcbkcomplete({
json_url: "<%= contacts_path(:format => :json) %>",
cache: true,
filter_case: true,
filter_hide: true,