mirror of
https://github.com/corda/corda.git
synced 2025-01-31 16:35:43 +00:00
Reverted a dev mode change.
This commit is contained in:
parent
1c2ae89374
commit
9b1cb931e9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user