comparison genajax.js @ 1072:7da8bde9b7be

Bump copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 24 Jan 2017 17:51:48 +0200
parents 5f92fa5e683a
children 08900352f420
comparison
equal deleted inserted replaced
1071:76e11ae923a7 1072:7da8bde9b7be
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-2015 Tecnic Software productions (TNSP) 4 // (C) Copyright 2012-2017 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