From b1db92ee8c07a1aa7aef7bdb38b4e401aa608a96 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 12 Oct 2006 07:21:19 +0000 Subject: fixed now playing, needed to be updated to take account for new hotness --- modules/kajax/ajax.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules') diff --git a/modules/kajax/ajax.js b/modules/kajax/ajax.js index 9a7bea50..439cda3c 100755 --- a/modules/kajax/ajax.js +++ b/modules/kajax/ajax.js @@ -1,3 +1,9 @@ +// Copyright Ampache.org 2001 - 2006 +// All Rights Reserved +// Origional Author Kevin Riker +// Updated to handle post and XML Get by Karl Vollmer +// Published under the GNU GPL + //var xmlDoc = null; var http_request = false; var IE = true; -- cgit