mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 10:31:58 +02:00
Remove dead code from ds settings
This commit is contained in:
parent
2307cde599
commit
ecc76ab321
1 changed files with 1 additions and 2 deletions
|
@ -527,8 +527,7 @@ function showDomainCreationAlert(justConnected) {
|
||||||
function createNewDomainID(label, justConnected) {
|
function createNewDomainID(label, justConnected) {
|
||||||
// get the JSON object ready that we'll use to create a new domain
|
// get the JSON object ready that we'll use to create a new domain
|
||||||
var domainJSON = {
|
var domainJSON = {
|
||||||
"label": label
|
"label": label
|
||||||
//"access_token": $(Settings.ACCESS_TOKEN_SELECTOR).val()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$.post("/api/domains", domainJSON, function(data){
|
$.post("/api/domains", domainJSON, function(data){
|
||||||
|
|
Loading…
Reference in a new issue