summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 02:51:25 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 02:51:25 +0200
commit3818beb91db0ae64a3492f68ca96451193678808 (patch)
tree707fb6bb4eb979eb2edd7993eb18c57e2705459d /js
parent2653f6a943a6ed74e2b72246ba8211c5fb699a7f (diff)
improve click progress through our app
Diffstat (limited to 'js')
-rw-r--r--js/abmahn.js1
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
15function step0_done() { document.getElementById('wrapper').className = 'wrapper step1'; }
15function step1_cancel() { document.getElementById('wrapper').className = 'wrapper stepcancel'; } 16function step1_cancel() { document.getElementById('wrapper').className = 'wrapper stepcancel'; }
16function step1_done() { document.getElementById('wrapper').className = 'wrapper step2'; } 17function step1_done() { document.getElementById('wrapper').className = 'wrapper step2'; }
17function step2_done() { document.getElementById('wrapper').className = 'wrapper step3'; } 18function step2_done() { document.getElementById('wrapper').className = 'wrapper step3'; }