We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c8f06 commit 7dcfcb7Copy full SHA for 7dcfcb7
vykurovanie-online/system/index.php
@@ -41,24 +41,14 @@
41
<!-- Javascript -->
42
<script>
43
$(function() {
44
- $.get('get_tabulka.php', function(data){
45
- $('#tabulka').html(data)
46
- });
47
- $.get('logika.php', function(data){
48
- $('#logika').text(data)
49
+ $.get('logika.php', function(data){
+ $('#logika').text(data)
+ });
+ $.get('get_tabulka.php', function(data){
+ $('#tabulka').html(data)
50
});
51
</script>
52
-<script>
53
-setInterval(function(){
54
55
56
57
58
59
60
- },15000);
61
-</script>
62
</html>
63
<?php }else{
64
header("Location: ../index.php");
0 commit comments