From 6fd53f0b97b06f8bb718bef6da0d90df95f64e03 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Mon, 15 Jan 2007 19:35:06 +0000 Subject: - moved ajax script to separate file - moved call of ajax object to page element - introduced page element for replaying recordings - introduced task for replaying recordings - added replay button to recordings page --- javascript/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript/Makefile') diff --git a/javascript/Makefile b/javascript/Makefile index 1e228f1..5419c64 100644 --- a/javascript/Makefile +++ b/javascript/Makefile @@ -16,7 +16,7 @@ VDRDIR ?= ../../../.. ### The object files (add further files here): OBJS = alphaAPI.o domLib.o domTT_drag.o domTT.o fadomatic.o \ - treeview.o + treeview.o ajax.o ### Default rules: -- cgit v1.2.3