mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Add virtual event
This commit is contained in:
@@ -2,7 +2,7 @@ $(document).ready(function(){
|
|||||||
if(typeof validator_loaded === 'boolean')
|
if(typeof validator_loaded === 'boolean')
|
||||||
return;
|
return;
|
||||||
|
|
||||||
$('.agreement_radio').live('mousedown', function(){
|
$('.agreement_radio').live('vmousedown', function(){
|
||||||
var sselcont_id = $(this).attr('for').split('_').pop();
|
var sselcont_id = $(this).attr('for').split('_').pop();
|
||||||
var agreement = $('#' + $(this).attr('for')).val() == 'yes' ? '1' : '-1';
|
var agreement = $('#' + $(this).attr('for')).val() == 'yes' ? '1' : '-1';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user