From 3818beb91db0ae64a3492f68ca96451193678808 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 7 Aug 2016 02:51:25 +0200 Subject: improve click progress through our app --- js/abmahn.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js') 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) { document.getElementById(input).value = text; } +function step0_done() { document.getElementById('wrapper').className = 'wrapper step1'; } function step1_cancel() { document.getElementById('wrapper').className = 'wrapper stepcancel'; } function step1_done() { document.getElementById('wrapper').className = 'wrapper step2'; } function step2_done() { document.getElementById('wrapper').className = 'wrapper step3'; } -- cgit v1.2.3