Merge branch 'reverse-proxy' into develop

This commit is contained in:
Mark McDowall
2014-01-06 17:17:16 -08:00
22 changed files with 168 additions and 93 deletions

View File

@@ -1,3 +1,4 @@
<div>
<img src="/Content/Images/404.png" style="height:400px; margin-top: 50px"/>
<img src="{{UrlBase}}/Content/Images/404.png" style="height:400px; margin-top: 50px"/>
</div>

View File

@@ -30,7 +30,7 @@ define(
var tryingToReconnect = false;
var messengerId = 'signalR';
this.signalRconnection = $.connection('/signalr');
this.signalRconnection = $.connection(StatusModel.get('urlBase') + '/signalr');
this.signalRconnection.stateChanged(function (change) {
console.debug('SignalR: [{0}]'.format(getStatus(change.newState)));