Skip to content
Snippets Groups Projects
Commit 8ec01e0b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

remove ajax loader from wall

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