BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
31e5f081
Commit
31e5f081
authored
May 12, 2016
by
Ben Yorke
Committed by
Jacob Schatz
May 27, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update notes immediately after closing/reopening
parent
d59f0d90
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
CHANGELOG
CHANGELOG
+1
-0
notes.js.coffee
app/assets/javascripts/notes.js.coffee
+3
-3
No files found.
CHANGELOG
View file @
31e5f081
...
...
@@ -115,6 +115,7 @@ v 8.7.6
- Fix links on wiki pages for relative url setups. !4131 (Artem Sidorenko)
- Fix import from GitLab.com to a private instance failure. !4181
- Fix external imports not finding the import data. !4106
- Fix notification delay when changing status of an issue
v 8.7.5
- Fix relative links in wiki pages. !4050
...
...
app/assets/javascripts/notes.js.coffee
View file @
31e5f081
...
...
@@ -114,9 +114,9 @@ class @Notes
@
refresh
()
,
@
pollingInterval
refresh
:
-
>
refresh
:
=
>
return
if
@
refreshing
is
true
refreshing
=
true
@
refreshing
=
true
if
not
document
.
hidden
and
document
.
URL
.
indexOf
(
@
noteable_url
)
is
0
@
getContent
()
...
...
@@ -134,7 +134,7 @@ class @Notes
@
renderDiscussionNote
(
note
)
else
@
renderNote
(
note
)
always
:
=>
.
always
()
=>
@
refreshing
=
false
###
...
...
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