Make the site live

This commit is contained in:
Martin Donnelly 2018-04-15 23:30:11 +01:00
parent bf5a5e817a
commit d4655a0951

View File

@ -21,7 +21,7 @@ const { NearbyListModel, NearbyListView } = require('./NearbyList');
const { NearbyPlacesView } = require('./NearbyPlaces');
var app = app || {};
const live = false;
const live = true;
if (live) {
window.loc = 'https://jubilee.silvrtree.co.uk';