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
b3ec2801
Commit
b3ec2801
authored
Jan 16, 2018
by
yPhil
Browse files
SYS: No sources strategy WIP
parent
971f6232
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/lib/js/sync.js
View file @
b3ec2801
...
...
@@ -74,6 +74,7 @@ MOB.sync = (function() {
})
.
catch
((
err
)
=>
{
MOB
.
tab
.
populate
(
JSON
.
parse
(
MOB
.
prefs
.
readConfig
(
'
tabs
'
)));
console
.
error
(
'
Petrolette | Validation error:
'
,
err
);
});
...
...
public/lib/js/utilities.js
View file @
b3ec2801
...
...
@@ -5,7 +5,7 @@ MOB.utilities = {
var
$noSourcesButtonContainer
=
$
(
'
<div>
'
)
.
attr
(
'
id
'
,
'
noSourcesButton
'
)
.
attr
(
'
class
'
,
'
deadCenter
hidden
'
)
.
attr
(
'
class
'
,
'
deadCenter
'
)
.
append
(
$noSourcesButton
);
$
(
'
body
'
).
append
(
$noSourcesButtonContainer
);
...
...
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