updated by GasGit automation

This commit is contained in:
Bruce McPherson 2016-06-01 11:26:47 +01:00
parent a097cf7d43
commit dc3b340bbd

View file

@ -10,7 +10,7 @@ google.setOnLoadCallback(function() {
// set any listeners
Home.initialize();
// get some data to the client and start
Client.getData();
Client.start();
});
});