From: Vincent Vanwaelscappel Date: Mon, 18 Jan 2021 09:17:06 +0000 (+0100) Subject: wait #4156 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c5fcd4bc0a02eeedb0d12978d2d86a92dd06abf0;p=Animations.git wait #4156 @0.25 --- diff --git a/RedbullResilience/p3-test/complete-ok.svg b/RedbullResilience/p3-test/complete-ok.svg index 9dfa8e0..8fbfebd 100644 --- a/RedbullResilience/p3-test/complete-ok.svg +++ b/RedbullResilience/p3-test/complete-ok.svg @@ -78,7 +78,7 @@ - + diff --git a/RedbullResilience/p3-test/index.html b/RedbullResilience/p3-test/index.html index 6f44ecd..f522ad7 100644 --- a/RedbullResilience/p3-test/index.html +++ b/RedbullResilience/p3-test/index.html @@ -197,12 +197,11 @@ hasNok = true; } }); - // if (hasNok) { - // $("#complete").addClass('visible'); - // } else { - // $("#complete-ok").addClass('visible'); - // } - $("#complete").addClass('visible'); + if (hasNok) { + $("#complete").addClass('visible'); + } else { + $("#complete-ok").addClass('visible'); + } } else { $("#questions img:eq(" + currentIndex + ")").addClass('visible'); $("#ok,#nok").show(); diff --git a/RedbullResilience/p3-test/p3-test.zip b/RedbullResilience/p3-test/p3-test.zip index 92fa344..c31d063 100644 Binary files a/RedbullResilience/p3-test/p3-test.zip and b/RedbullResilience/p3-test/p3-test.zip differ diff --git a/RedbullResilience/p3-test/retake.pdf b/RedbullResilience/p3-test/retake.pdf index be329f2..625df24 100644 Binary files a/RedbullResilience/p3-test/retake.pdf and b/RedbullResilience/p3-test/retake.pdf differ