Rename window.env to window.config

Also normalize to camelCase for configs.

// FREEBIE
This commit is contained in:
lilia
2017-04-13 10:47:30 -07:00
committed by Scott Nonnenberg
parent 75f4c3c522
commit c83dbc1bf0
8 changed files with 12 additions and 12 deletions

View File

@@ -57,7 +57,7 @@
};
console.get = function() {
return window.navigator.userAgent +
' Signal-Desktop/' + window.env.version +
' Signal-Desktop/' + window.config.version +
'\n' + log.print();
};
console.post = function(log) {