diff --git a/app/assets/javascripts/wall.js.coffee b/app/assets/javascripts/wall.js.coffee index 22a89c3..a0a221f 100644 --- a/app/assets/javascripts/wall.js.coffee +++ b/app/assets/javascripts/wall.js.coffee @@ -32,11 +32,6 @@ Wall.scrollDown() $("abbr.timeago").timeago() - complete: -> - $('.js-notes-busy').removeClass("loading") - beforeSend: -> - $('.js-notes-busy').addClass("loading") - initRefresh: -> setInterval("Wall.refresh()", 10000) diff --git a/app/views/walls/show.html.haml b/app/views/walls/show.html.haml index 6065cc6..d2d86c2 100644 --- a/app/views/walls/show.html.haml +++ b/app/views/walls/show.html.haml @@ -1,6 +1,5 @@ %div.wall-page %ul.well-list.notes - .notes-busy.js-notes-busy - if can? current_user, :write_note, @project .note-form-holder -- libgit2 0.21.2