app/views/relation/customs/index.html.erb in social_stream-base-0.9.19 vs app/views/relation/customs/index.html.erb in social_stream-base-0.9.20
- old
+ new
@@ -8,14 +8,9 @@
<p class="sectionTitle"><%= t 'relation_custom.choose' %></p>
<%= javascript_tag do %>
$(function() {
- $("#new_relation_custom_title").click(function() {
- $("#new_relation_custom_title_block").hide();
- $("#new_relation_custom_input_block").show();
- });
-
$("#loading").hide();
$("#loading").ajaxStart(function(){
$(this).show();
});