From: Anthony Talarico Date: Mon, 30 Jul 2018 15:20:39 +0000 (-0400) Subject: fixing mark up for the lesson badge notification X-Git-Tag: v1.0.0^2~14 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fca1435969995584571b4d1a5d4b21aaf436aca0;p=WP-Themes%2Fsaultstemarie360.git fixing mark up for the lesson badge notification --- diff --git a/footer.php b/footer.php index cd6f124..f3b95f2 100644 --- a/footer.php +++ b/footer.php @@ -101,11 +101,11 @@ if( (this.response.includes('lesson_finished') ) && this.readyState === 4 ){ let data = JSON.parse(this.response); setTimeout(function(){ - $(".glm-badge-alert#quiz-badge").fadeIn("fast"); - $(".glm-badge-alert#quiz-badge").addClass("shake"); + $(".glm-badge-alert#lesson-badge").fadeIn("fast"); + $(".glm-badge-alert#lesson-badge").addClass("shake"); }, 1500); setTimeout(function(){ - $(".glm-badge-alert#quiz-badge").fadeOut("slow"); + $(".glm-badge-alert#lesson-badge").fadeOut("slow"); }, 10000); } if( this.response.includes('course_finished') && this.readyState === 4 ){