Skip to content

Commit 7dcfcb7

Browse files
authored
Update index.php
1 parent f7c8f06 commit 7dcfcb7

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

vykurovanie-online/system/index.php

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,14 @@
4141
<!-- Javascript -->
4242
<script>
4343
$(function() {
44-
$.get('get_tabulka.php', function(data){
45-
$('#tabulka').html(data)
46-
});
47-
$.get('logika.php', function(data){
48-
$('#logika').text(data)
49-
});
44+
$.get('logika.php', function(data){
45+
$('#logika').text(data)
46+
});
47+
$.get('get_tabulka.php', function(data){
48+
$('#tabulka').html(data)
49+
});
5050
});
5151
</script>
52-
<script>
53-
setInterval(function(){
54-
$.get('get_tabulka.php', function(data){
55-
$('#tabulka').html(data)
56-
});
57-
$.get('logika.php', function(data){
58-
$('#logika').text(data)
59-
});
60-
},15000);
61-
</script>
6252
</html>
6353
<?php }else{
6454
header("Location: ../index.php");

0 commit comments

Comments
 (0)