Using herosaver.js instead of herosaver-min.js

herosaver-min.js didn't work anymore cause it wasn't updated, changed link to reflect this repo
This commit is contained in:
weathondev 2019-10-09 15:07:34 +02:00 committed by GitHub
parent 6f8d32fcf5
commit d7c8321321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
})) {
observer.disconnect();
var xhr=new XMLHttpRequest;
xhr.open("get","https://raw.githubusercontent.com/christofsteel/herosaver/master/herosaver.min.js",true);
xhr.open("get","https://raw.githubusercontent.com/weathondev/stlsaver/master/herosaver.js",true);
xhr.onreadystatechange=function(){
if (xhr.readyState == 4) {
var script=document.createElement("script");