Skip to content

Commit

Permalink
Ensure that js class is appended to body.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Jul 20, 2024
1 parent ac761fe commit 9ec3d1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,9 @@
$( document ).ready(
function () {

// Add js class to body.
$( 'body' ).addClass( 'js' );

OpenLab.utility.init();

// Workshop fields on Contact Us
Expand Down

0 comments on commit 9ec3d1a

Please sign in to comment.