Skip to content
Snippets Groups Projects
Unverified Commit 4ff80c40 authored by David Beniamine's avatar David Beniamine
Browse files

Slower refresh for connected discs

To quick refresh forbid entering a disc name
parent 58cbb28a
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ $(function() {
$.get('log.php', function(data) {
$('#mainlog').html(data);
});
}, 5000);
}, 15000);
});
</script>
<script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment