Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yPhil
Pétrolette
Commits
13380c1a
Commit
13380c1a
authored
Jan 16, 2018
by
yPhil
Browse files
Merge branch 'dev'
parents
bcbb94d1
fc9e6f0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/lib/js/sync.js
View file @
13380c1a
...
...
@@ -10,7 +10,7 @@ MOB.sync = (function() {
return
{
exports
:
{
read
:
function
()
{
return
privateClient
.
getFile
(
'
petrolette.conf
'
,
999999
)
return
privateClient
.
getFile
(
'
petrolette.conf
'
,
false
)
.
then
(
function
(
file
)
{
return
file
.
data
;
});
...
...
Write
Preview
Supports
Markdown
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