diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/abmahn.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/abmahn.js b/js/abmahn.js index 6864d4f..353111b 100644 --- a/js/abmahn.js +++ b/js/abmahn.js | |||
@@ -12,6 +12,7 @@ function setText(input, text) { | |||
12 | document.getElementById(input).value = text; | 12 | document.getElementById(input).value = text; |
13 | } | 13 | } |
14 | 14 | ||
15 | function step0_done() { document.getElementById('wrapper').className = 'wrapper step1'; } | ||
15 | function step1_cancel() { document.getElementById('wrapper').className = 'wrapper stepcancel'; } | 16 | function step1_cancel() { document.getElementById('wrapper').className = 'wrapper stepcancel'; } |
16 | function step1_done() { document.getElementById('wrapper').className = 'wrapper step2'; } | 17 | function step1_done() { document.getElementById('wrapper').className = 'wrapper step2'; } |
17 | function step2_done() { document.getElementById('wrapper').className = 'wrapper step3'; } | 18 | function step2_done() { document.getElementById('wrapper').className = 'wrapper step3'; } |