Fixed conflicts in projector

This commit is contained in:
The Great & Powerful James Wernicke 2015-06-04 00:06:31 -06:00
commit 4b678b0b8b
2 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,6 @@ function reload() {
url = stack.pop();
}
console.log("loading " + url);
document.getElementById('reloader').src = url;
i++;
}
function init() {

View File

@ -20,6 +20,7 @@
}
</style>
<script>
var i = 0;
function init() {
setInterval(function(){
window.document.getElementById('reloader').src = window.document.getElementById('reloader').src;