" #2925 : Changing start my server button link to spawn url once server is stopped"

This commit is contained in:
ragar64
2020-03-09 13:04:20 +05:30
committed by Rohit Agarwal
parent 1bdc66c75b
commit d67b71b7ae

View File

@@ -104,6 +104,7 @@ require(["jquery", "moment", "jhapi"], function(
.text("Start My Server")
.attr("title", "Start your default server")
.attr("disabled", false)
.attr("href", base_url + "spawn/" + user)
.off("click");
},
});