summaryrefslogtreecommitdiff
path: root/template/default/library.js
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-10-27 12:00:31 +0200
committerAndreas Mair <amair.sob@googlemail.com>2006-10-27 12:00:31 +0200
commit24b39843b935f8a37b2d9dc909a530b771a61c1f (patch)
tree73869bd46144e37f32bdc6bff4f93453425f4951 /template/default/library.js
parent86c56591df441fad78ac69d2f77196df05305758 (diff)
downloadvdradmin-am-3.5.0beta.tar.gz
vdradmin-am-3.5.0beta.tar.bz2
2006-10-27: 3.5.0betav3.5.0beta
- Added: script to convert existing AutoTimers to epgsearch (autotimer2searchtimer.pl). - Added: Hack for MSIE to always show vertical scroller to prevent horizontal scroller (Submitted by Udo Richter). - Added: Support for epgsearch plugin; AutoTimer now considered deprecated and unsupported. - Minor bugfixes
Diffstat (limited to 'template/default/library.js')
-rw-r--r--template/default/library.js10
1 files changed, 2 insertions, 8 deletions
diff --git a/template/default/library.js b/template/default/library.js
index 67b36fb..bc4ccc0 100644
--- a/template/default/library.js
+++ b/template/default/library.js
@@ -15,15 +15,9 @@ function change(message, suffix) {
if(check) window.location.href=suffix;
}
-function mdel_old(message) {
+function mdel(but, message) {
check=confirm(message);
- if(check) document.FormName.submit();
-}
-
-function mdel(message) {
- check=confirm(message);
-// if(check) document.FormName.submit();
- return check;
+ if(check) but.form.submit();
}
function callurl( url ) {