mirror of https://github.com/dirtbags/moth.git
Fixed conflicts in projector
This commit is contained in:
commit
d18bda1caf
|
@ -35,8 +35,6 @@ function reload() {
|
|||
url = stack.pop();
|
||||
}
|
||||
console.log("loading " + url);
|
||||
document.getElementById('reloader').src = url;
|
||||
i++;
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
}
|
||||
</style>
|
||||
<script>
|
||||
var i = 0;
|
||||
function init() {
|
||||
setInterval(function(){
|
||||
window.document.getElementById('reloader').src = window.document.getElementById('reloader').src;
|
||||
|
|
Loading…
Reference in New Issue