frontend.js.php 115 B

123456789
  1. ( function( $ ) {
  2. $( function() {
  3. $( document ).trigger( 'vamtam-attempt-cube-load' );
  4. } );
  5. } )( jQuery );