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