Changeset 7904
- Timestamp:
- Feb 10, 2021, 1:49:50 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.17-stable/www/common/annotations/annotate.js
r7832 r7904 244 244 } 245 245 246 entry.visible = show; 246 247 Doc.showHide(entry.id, show); 247 248 } … … 751 752 { 752 753 var entry = annotations[i]; 753 if (entry. source == 'PRIMARY')754 if (entry.visible && entry.source == 'PRIMARY') 754 755 { 755 756 var checkbox = Doc.element('check.'+entry.id); … … 774 775 { 775 776 var entry = annotations[i]; 776 if (entry. source != 'PRIMARY')777 if (entry.visible && entry.source != 'PRIMARY') 777 778 { 778 779 var checkbox = Doc.element('check.'+entry.id);
Note: See TracChangeset
for help on using the changeset viewer.