Skip to content

Commit

Permalink
use relative URL for index page
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@18626 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 27, 2018
1 parent 40e7779 commit 75fb420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html5/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h4 class="panel-title">Advanced options</h4>

function doConnect() {
// url to client
var url = "/index.html";
var url = "./index.html";
function add_prop(prop, value) {
if (typeof(Storage) !== "undefined") {
if (value===null || value==="undefined") {
Expand Down

0 comments on commit 75fb420

Please sign in to comment.