comparison ajax.js @ 755:c7b4139eb217

Add copyright header.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Nov 2014 08:58:10 +0200
parents c71948773f03
children 7735f97b2bbf
comparison
equal deleted inserted replaced
754:ba85638cd75f 755:c7b4139eb217
1 //
2 // FAPWeb - Simple Web-based Demoparty Management System
3 // Common JavaScript / AJAX code
4 // (C) Copyright 2012-2014 Tecnic Software productions (TNSP)
5 //
6
7
1 function jsCloseMessageBox(callback, cb_data) 8 function jsCloseMessageBox(callback, cb_data)
2 { 9 {
3 var nitem = document.getElementById("messageBox"); 10 var nitem = document.getElementById("messageBox");
4 if (nitem && nitem.style.display != "none") 11 if (nitem && nitem.style.display != "none")
5 { 12 {