remove ajax loader from wall
This commit is contained in:
parent
3b42c267a6
commit
8ec01e0ba9
2 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue