Skip to content

Commit

Permalink
[Js] fix: test touchleave addEvaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Oct 1, 2021
1 parent 7f326dc commit 8d92456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/digiriskdolibarr.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -2236,7 +2236,7 @@
*/
window.eoxiaJS.evaluator.event = function() {
jQuery( document ).on( 'click', '.evaluator-create', window.eoxiaJS.evaluator.createEvaluator );
jQuery( document ).on( 'click', '#userid' , window.eoxiaJS.evaluator.selectUser );
jQuery( document ).on( 'click, touchleave', '#userid' , window.eoxiaJS.evaluator.selectUser );
};

/**
Expand Down

0 comments on commit 8d92456

Please sign in to comment.