Reverted a dev mode change.

This commit is contained in:
Clinton Alexander 2017-05-04 17:19:32 +01:00 committed by Clinton Alexander
parent 1c2ae89374
commit 9b1cb931e9

View File

@ -5,7 +5,7 @@ define(['angular', 'lodash', 'viewmodel/Deal'], (angular, _, dealViewModel) => {
return new (function() {
let date = new Date(2016, 0, 1, 0, 0, 0);
let curLoading = {};
let serverAddr = 'http://localhost:10007'; // Leave empty to target the same host this page is served from
let serverAddr = ''; // Leave empty to target the same host this page is served from
let load = (type, promise) => {
curLoading[type] = true;