Fix up file display in sidebar as well as socket.io warnings, closes #357

This commit is contained in:
Dane Everitt 2017-03-30 16:20:51 -04:00
parent 95c739a3f3
commit b165f04b78
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 16 additions and 22 deletions

View file

@ -38,9 +38,13 @@ var Server = (function () {
},
newest_on_top: true,
delay: 2000,
offset: {
x: 20,
y: 60,
},
animate: {
enter: 'animated zoomInDown',
exit: 'animated zoomOutDown'
enter: 'animated bounceInUp',
exit: 'animated bounceOutDown'
}
});
@ -56,7 +60,7 @@ var Server = (function () {
message: 'There was an error attempting to establish a WebSocket connection to the Daemon. This panel will not work as expected.<br /><br />' + err,
}, {
type: 'danger',
delay: 0
delay: 0,
});
}
});