windows autostart

This commit is contained in:
j 2016-04-14 21:27:30 +02:00
commit 18aebe76d3
5 changed files with 67 additions and 4 deletions

View file

@ -220,6 +220,10 @@
loadOMLFiles(function() {
initOML(data);
});
},
updatestatus: function(data) {
document.location.href = document.location.protocol + '//'
+ document.location.host;
}
});
}