Prepare to scroll in web interface (mobile version).

This commit is contained in:
Pecusx
2018-05-14 20:26:51 +02:00
committed by GitHub
parent 6446d0b1ad
commit c9afd94c33
2 changed files with 15 additions and 7 deletions
+3 -3
View File
@@ -8,10 +8,10 @@
<script src="jquery-1.12.4.min.js"></script>
<script>
$(document).ready(function() {
$("#wyswietlacz").load("lcd.php");
$("#wyswietlacz").load("lcd.php?scroll=False");
var refreshId = setInterval(function() {
$("#wyswietlacz").load("lcd.php");
}, 1000);
$("#wyswietlacz").load("lcd.php?scroll=False");
}, 200);
$.ajaxSetup({ cache: false });
$("#player").load("player.php");
});