mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
A different approach for testing
This commit is contained in:
@@ -803,7 +803,7 @@ $(function() {
|
||||
$('#saveLog').click(function(e) {
|
||||
var saved = '';
|
||||
|
||||
if (window.XMLHtpRequest) {
|
||||
if (window.XMLHttpRequest) {
|
||||
xmlHttp = new XMLHttpRequest();
|
||||
} else {
|
||||
xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
|
||||
|
||||
Reference in New Issue
Block a user