Loading app/assets/javascripts/app/pages/contacts.js +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ app.pages.Contacts = Backbone.View.extend({ this.chatToggle = $("#chat_privilege_toggle i"); this.stream = opts.stream; this.stream.render(); $("#people_stream.contacts .header i").tooltip({"placement": "bottom"}); $("#people-stream.contacts .header i").tooltip({"placement": "bottom"}); $(document).on("ajax:success", "form.edit_aspect", this.updateAspectName); app.events.on("aspect:create", function(){ window.location.reload() }); app.events.on("aspect_membership:create", this.addAspectMembership, this); Loading app/assets/javascripts/contact-list.js +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ var List = { }, handleSearchRefresh: function( data ) { var streamEl = $("#people_stream.stream"); var streamEl = $("#people-stream.stream"); var string = data.search_html || $("<p>", { text : Diaspora.I18n.t("people.not_found") }); Loading app/assets/stylesheets/color_themes/_color_theme_override_dark.scss +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ body { #invitationsModal #email_invitation { border-top: 1px dashed $gray-light; } #contacts_container #people_stream.contacts .stream-element.in_aspect { #contacts_container #people-stream.contacts .stream-element.in_aspect { background-color: $state-success-bg; border-left: 3px solid darken($state-success-bg, 10%); } Loading app/assets/stylesheets/contacts.scss +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ } #contacts_container { #people_stream.contacts { #people-stream.contacts { .header { #change_aspect_name { cursor: pointer; } #aspect_name_form { Loading app/assets/stylesheets/people.scss +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ } #invitations-button { padding-left: 0; } } #people_stream { #people-stream { .media, .media-body { overflow: visible; } Loading Loading
app/assets/javascripts/app/pages/contacts.js +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ app.pages.Contacts = Backbone.View.extend({ this.chatToggle = $("#chat_privilege_toggle i"); this.stream = opts.stream; this.stream.render(); $("#people_stream.contacts .header i").tooltip({"placement": "bottom"}); $("#people-stream.contacts .header i").tooltip({"placement": "bottom"}); $(document).on("ajax:success", "form.edit_aspect", this.updateAspectName); app.events.on("aspect:create", function(){ window.location.reload() }); app.events.on("aspect_membership:create", this.addAspectMembership, this); Loading
app/assets/javascripts/contact-list.js +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ var List = { }, handleSearchRefresh: function( data ) { var streamEl = $("#people_stream.stream"); var streamEl = $("#people-stream.stream"); var string = data.search_html || $("<p>", { text : Diaspora.I18n.t("people.not_found") }); Loading
app/assets/stylesheets/color_themes/_color_theme_override_dark.scss +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ body { #invitationsModal #email_invitation { border-top: 1px dashed $gray-light; } #contacts_container #people_stream.contacts .stream-element.in_aspect { #contacts_container #people-stream.contacts .stream-element.in_aspect { background-color: $state-success-bg; border-left: 3px solid darken($state-success-bg, 10%); } Loading
app/assets/stylesheets/contacts.scss +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ } #contacts_container { #people_stream.contacts { #people-stream.contacts { .header { #change_aspect_name { cursor: pointer; } #aspect_name_form { Loading
app/assets/stylesheets/people.scss +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ } #invitations-button { padding-left: 0; } } #people_stream { #people-stream { .media, .media-body { overflow: visible; } Loading