Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
f295e1d8
Commit
f295e1d8
authored
May 24, 2017
by
Téo Vasseur
Browse files
info.js : add .update
See
#2446
parent
a36f2784
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/info.js
View file @
f295e1d8
...
...
@@ -194,6 +194,14 @@ Info.prototype = {
}
},
update
:
function
()
{
try
{
this
.
init
();
}
catch
(
err
)
{
sendErrorToDb
(
err
,
this
.
db
);
}
},
updateElem
:
function
(
list
)
{},
updateElemStyle
:
function
()
{},
...
...
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