Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
8ec01e0b
Commit
8ec01e0b
authored
Mar 19, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove ajax loader from wall
parent
3b42c267
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
app/assets/javascripts/wall.js.coffee
app/assets/javascripts/wall.js.coffee
+0
-5
app/views/walls/show.html.haml
app/views/walls/show.html.haml
+0
-1
No files found.
app/assets/javascripts/wall.js.coffee
View file @
8ec01e0b
...
...
@@ -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
)
...
...
app/views/walls/show.html.haml
View file @
8ec01e0b
%div
.wall-page
%ul
.well-list.notes
.notes-busy.js-notes-busy
-
if
can?
current_user
,
:write_note
,
@project
.note-form-holder
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment