diff options
| author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-07 02:51:25 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-07 02:51:25 +0200 |
| commit | 3818beb91db0ae64a3492f68ca96451193678808 (patch) | |
| tree | 707fb6bb4eb979eb2edd7993eb18c57e2705459d /js | |
| parent | 2653f6a943a6ed74e2b72246ba8211c5fb699a7f (diff) | |
improve click progress through our app
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'; } |
