Commit 8ec01e0b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

remove ajax loader from wall

parent 3b42c267
......@@ -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)
......
%div.wall-page
%ul.well-list.notes
.notes-busy.js-notes-busy
- if can? current_user, :write_note, @project
.note-form-holder
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment