Changeset 2440821
- Timestamp:
- 12/16/2020 04:34:12 PM (5 years ago)
- File:
-
- 1 edited
-
tooltip-ck/trunk/assets/tooltipck.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tooltip-ck/trunk/assets/tooltipck.js
r2440816 r2440821 78 78 79 79 tooltip.attr('data-done', '1'); 80 81 80 if (options.isMobile == 1) { 82 81 tooltip.click(function() { … … 105 104 $(window).on('click', function(event){ 106 105 if ( 107 tooltip.data('status') == 'open'106 (tooltip.data('status') == 'open' || tooltip.data('status') == 'opened') 108 107 && 109 108 tooltip.has(event.target).length == 0 //checks if descendants was clicked
Note: See TracChangeset
for help on using the changeset viewer.