mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Log on preload
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
* const env = require('url').parse(window.location, true).query;
|
||||
*/
|
||||
|
||||
console.log('preload');
|
||||
|
||||
window.env = {};
|
||||
window.location.search.substring(1).split('&').forEach(function(variable) {
|
||||
var pair = variable.split('=');
|
||||
|
||||
Reference in New Issue
Block a user