remove ajax loader from wall

5-0-stable
Dmitriy Zaporozhets 2013-03-19 18:14:59 +02:00
parent 3b42c267a6
commit 8ec01e0ba9
2 changed files with 0 additions and 6 deletions

View File

@ -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)

View File

@ -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