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
d470d828
Commit
d470d828
authored
Mar 02, 2017
by
Mathieu Giraud
Browse files
database.js: url may be not defined here
parent
a988953f
Changes
1
Show whitespace changes
Inline
Side-by-side
browser/js/database.js
View file @
d470d828
...
...
@@ -792,7 +792,7 @@ Database.prototype = {
console
.
log
({
"
type
"
:
"
flash
"
,
"
default
"
:
"
database_timeout
"
,
"
priority
"
:
2
});
}
else
{
console
.
log
(
"
unable to get notifications
"
);
console
.
log
(
DB_ADDRESS
+
url
+
"
:
"
+
error
);
console
.
log
(
DB_ADDRESS
+
"
:
"
+
error
);
}
}
});
...
...
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