comparison ajax.js @ 1001:ffacd904fd1f

Update copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Jan 2015 10:31:00 +0200
parents f931fd35136c
children 82ecea33c477
comparison
equal deleted inserted replaced
1000:6bdc34d99c46 1001:ffacd904fd1f
1 // 1 //
2 // FAPWeb - Simple Web-based Demoparty Management System 2 // FAPWeb - Simple Web-based Demoparty Management System
3 // Common JavaScript / AJAX code 3 // Common JavaScript / AJAX code
4 // (C) Copyright 2012-2014 Tecnic Software productions (TNSP) 4 // (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
5 // 5 //
6 var jsMessageBoxCBCancel = null, jsMessageBoxCBData = null, jsMessageBoxCBOK = null; 6 var jsMessageBoxCBCancel = null, jsMessageBoxCBData = null, jsMessageBoxCBOK = null;
7 var jsUploadCBS = []; 7 var jsUploadCBS = [];
8 8
9 9