Quick-fix: snackback logging in the console

This commit is contained in:
Paulin Jorys 2017-07-11 13:53:04 +02:00
parent 6257594085
commit 12f0be4149

View File

@ -163,7 +163,7 @@ function stopBackgroundPollingOfHost(host) {
}
function snackbarLog(givenMessage) {
console.log(givenMessage);
console.log('%c[index.js, snackbarLog]', 'color: green;', givenMessage);
var data = {
message: givenMessage,
timeout: 2000