Skip to content

Commit c7c1d69

Browse files
committed
CD 15426534894: Update GCWeb compiled demos files
1 parent c3d96f8 commit c7c1d69

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

méli-mélo-demos/2025-04-nahanni/2025-04-nahanni.js

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

méli-mélo-demos/gc-thématique/gc-thématique.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ var $document = wb.doc,
3030

3131
$quizDiv = $( ".quiz-content" );
3232

33-
if ( $quizDiv ){
34-
$quizDiv.clone().addClass( "hidden-md hidden-lg" ).insertBefore( " .services-and-information ");
33+
if ( $quizDiv ) {
34+
$quizDiv.clone().addClass( "hidden-md hidden-lg" ).insertBefore( " .services-and-information " );
3535
$quizDiv.addClass( "hidden-xs hidden-sm" );
3636
}
3737

3838
// Prevent on-load blinking on desktop
3939
elm.classList.add( "no-blink" );
4040

41-
// Identify that initialization has completed
42-
wb.ready( $elm, componentName );
41+
// Identify that initialization has completed
42+
wb.ready( $elm, componentName );
4343
}
4444
};
4545

0 commit comments

Comments
 (0)