Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Fixing #105 (Flashing nodes with HTTPS Apache Reverse Proxy does not …
Browse files Browse the repository at this point in the history
…work due to broken URLs)
  • Loading branch information
danbim committed Feb 14, 2014
1 parent 9cfeb9e commit a09375b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions js/wisebed.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,7 @@ var Wisebed = function(baseUri, webSocketBaseUri) {

var requestSuccessCallback = function(d, textStatus, jqXHR){

// Headers are empty in Cross-Site-Environment
//var flashRequestStatusURL = jqXHR.getResponseHeader("Location");
var flashRequestStatusURL = jqXHR.responseText;
var flashRequestStatusURL = jqXHR.getResponseHeader("Location");

var schedule = setInterval(function() {

Expand Down Expand Up @@ -629,4 +627,4 @@ var Wisebed = function(baseUri, webSocketBaseUri) {
});
};

};
};

0 comments on commit a09375b

Please sign in to comment.