/** * Show guide video. * * @access public * @return void */ function showVideo() { $('video').removeClass('hidden'); }