Commit 45bee5172226e8a6aa6514627e745d2a43ce302b

Authored by Luis Suarez
1 parent 445542a61c

corregir pantalla mensaje final

src/app/modules/mensaje-final/mensaje-final.component.ts
... ... @@ -19,6 +19,9 @@ export class MensajeFinalComponent implements OnInit {
19 19 this.timer = setTimeout(() => {
20 20 this.goToSplash();
21 21 }, 10000);
  22 + $(document).ready(function() {
  23 + $('body').removeClass('media-pantalla');
  24 + });
22 25 }
23 26  
24 27 ngOnDestroy() {
src/app/modules/splash-screen/splash-screen.component.ts
... ... @@ -19,7 +19,6 @@ export class SplashScreenComponent implements OnInit {
19 19 setTimeout(() => {
20 20 this.showSplashScreen = false;
21 21 }, this.timerSplashScreen);
22   -
23 22 $(document).ready(function() {
24 23 $('body').removeClass('media-pantalla');
25 24 });