From 5393b487da9c7010a0cb15929477c0b35e742a99 Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Mon, 19 Mar 2012 16:21:40 +0100 Subject: [PATCH] Add virtual event --- www/skins/lightbox/jquery.validator.mobile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/skins/lightbox/jquery.validator.mobile.js b/www/skins/lightbox/jquery.validator.mobile.js index 88cb3f4666..ce3e1e1f65 100644 --- a/www/skins/lightbox/jquery.validator.mobile.js +++ b/www/skins/lightbox/jquery.validator.mobile.js @@ -2,10 +2,10 @@ $(document).ready(function(){ if(typeof validator_loaded === 'boolean') return; - $('.agreement_radio').live('mousedown', function(){ + $('.agreement_radio').live('vmousedown', function(){ var sselcont_id = $(this).attr('for').split('_').pop(); var agreement = $('#' + $(this).attr('for')).val() == 'yes' ? '1' : '-1'; - + $.mobile.pageLoading(); $.ajax({