Log on preload

pull/749/head
lilia 8 years ago committed by Scott Nonnenberg
parent 6a49036da9
commit 550b926a15
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -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('=');

Loading…
Cancel
Save