comparison showajax.js.php @ 1071:76e11ae923a7

Use long tags.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 24 Jan 2017 17:44:50 +0200
parents 5f92fa5e683a
children b2bca5f6d0ff
comparison
equal deleted inserted replaced
1070:e23057465ca2 1071:76e11ae923a7
1 <?php 1 <?php
2 header("Content-Type: application/javascript");
3 require_once "mconfig.inc.php";
4 require_once "msite.inc.php";
5 require_once "msession.inc.php";
6 ?>
7 // 2 //
8 // FAPWeb - Simple Web-based Demoparty Management System 3 // FAPWeb - Simple Web-based Demoparty Management System
9 // Party main screen viewer 4 // Party main screen viewer
10 // (C) Copyright 2012-2017 Tecnic Software productions (TNSP) 5 // (C) Copyright 2012-2017 Tecnic Software productions (TNSP)
11 // 6 //
12 <?php 7 header("Content-Type: application/javascript");
8 require_once "mconfig.inc.php";
9 require_once "msite.inc.php";
10 require_once "msession.inc.php";
11
13 stCommonAJAX("showajax.php", "show.php"); 12 stCommonAJAX("showajax.php", "show.php");
14 ?> 13 ?>
15 14
16 var failCount = 0; 15 var failCount = 0;
17 var lastUpdate = 0; 16 var lastUpdate = 0;
109 function () 108 function ()
110 { 109 {
111 setTickUpdate(100); 110 setTickUpdate(100);
112 viewChanged(); 111 viewChanged();
113 }); 112 });
114