Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tunip3 authored Jan 11, 2019
1 parent b02fc8e commit 8606680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xac.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function setup() {

var machineName = Windows.Xbox.System.Internal.Console.ConsoleProperties.machineName;
var machineNameElement = document.createElement('div');
machineNameElement.innerHTML = '<h2>Mackhine Name: ' + machineName + '</h2>';
machineNameElement.innerHTML = '<h2>Machine Name: ' + machineName + '</h2>';
header.appendChild(machineNameElement);

var sandboxId = Windows.Xbox.Services.XboxLiveConfiguration.sandboxId;
Expand All @@ -66,4 +66,4 @@ function launchApp() {

function restart() {
Windows.Xbox.System.Internal.Power.PowerProperties.restartConsole();
}
}

0 comments on commit 8606680

Please sign in to comment.