summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorsebastian wagner2011-09-13 12:59:49 +0200
committersebastian wagner2011-09-13 12:59:49 +0200
commitcc7a7efdf8a68ff1e131bab6a4501f73dfbbcc15 (patch)
tree6b1c9321e101b1d1266447fb5c894a68012823a6 /public
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-cc7a7efdf8a68ff1e131bab6a4501f73dfbbcc15.tar.gz
poolctrl-cc7a7efdf8a68ff1e131bab6a4501f73dfbbcc15.tar.xz
poolctrl-cc7a7efdf8a68ff1e131bab6a4501f73dfbbcc15.zip
repeatType repeatEnd
Diffstat (limited to 'public')
-rwxr-xr-xpublic/media/js/script.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/public/media/js/script.js b/public/media/js/script.js
index deb7a41..afe6712 100755
--- a/public/media/js/script.js
+++ b/public/media/js/script.js
@@ -98,10 +98,22 @@ function repeatChanged(name) {
setElementVisible("repeatEnd-label");
setElementVisible("repeatEnd-element");
enableElement('repeatEnd');
+ setElementVisible("repeatType-label");
+ setElementVisible("repeatType-element");
+ enableElement('repeatType');
+ setElementVisible("repeatOption-label");
+ setElementVisible("repeatOption-element");
+ enableElement('repeatOption');
} else {
setElementInvisible("repeatEnd-label");
setElementInvisible("repeatEnd-element");
disableElement('repeatEnd');
+ setElementInvisible("repeatType-label");
+ setElementInvisible("repeatType-element");
+ disableElement('repeatType');
+ setElementInvisible("repeatOption-label");
+ setElementInvisible("repeatOption-element");
+ disableElement('repeatOption');
}
}