started moving stuff
This commit is contained in:
parent
a7c80c924c
commit
a1819f2077
97 changed files with 0 additions and 0 deletions
|
|
@ -1,29 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Debug</title>
|
||||
<style>
|
||||
#consoleOutput {
|
||||
top: 130px;
|
||||
z-index: 1;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body onload="var ec = new ECommerceInterface();document.getElementById('consoleOutput').value = ec.getLog();document.getElementById('myP').innerText = ec.getLog();">
|
||||
<a href="javascript:history.back()">Return to Shop</a>
|
||||
<a href="javascript:window.location.reload()">Reload</a>
|
||||
<textarea id="consoleOutput" rows="16" style="width: 100%" readonly>EC Logging</textarea>
|
||||
<!--xml.setRequestHeader('Content-Type', 'text/html');-->
|
||||
<script>
|
||||
function sendLog() {
|
||||
var xml = new XMLHttpRequest();
|
||||
xml.open('POST', 'https://oss-auth.blinklab.com/oss/ecs/log');
|
||||
xml.send(document.getElementById('myP').innerText);
|
||||
}
|
||||
</script>
|
||||
<!-- <button onclick="var x = new wiiShop();x.rebootSystem()/*sendLog();*/">DO NOT PUSH THIS BUTTON AT ALL COSTS!!!!!!!</button>-->
|
||||
<button onclick="sendLog();">Send log to server for support (ONLY PRESS IF SUPPORT IS NEEDED)</button>
|
||||
<p id="myP" style="display: none;"></p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue