diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-02-22 23:51:56 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-02-22 23:51:56 +0000 |
commit | 3ef60cf2f005573ad9c11a7b5765e0bd4d65c5a0 (patch) | |
tree | 30c3642b0f583316b1aef3affe0c167b2755fc27 /javascript/Makefile | |
parent | 4c0d3398fc6444169ee47935b9ab814eb3929e72 (diff) | |
download | vdr-plugin-live-3ef60cf2f005573ad9c11a7b5765e0bd4d65c5a0.tar.gz vdr-plugin-live-3ef60cf2f005573ad9c11a7b5765e0bd4d65c5a0.tar.bz2 |
- Polling in status box can now be toggled between active and inactive.
Diffstat (limited to 'javascript/Makefile')
-rw-r--r-- | javascript/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/Makefile b/javascript/Makefile index 5419c64..36582e6 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 ajax.o + treeview.o ajax.o vdr_status.o ### Default rules: |