We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1f2f05 + 77982b1 commit 8dbbb7eCopy full SHA for 8dbbb7e
visualise/static/js/visualise/sidebar.js
@@ -217,11 +217,9 @@ Sidebar.showHideRadios = function(visible_idxs) {
217
if (visible_idxs.indexOf(idx) >= 0) {
218
$(this).show();
219
$(this).children().first().attr('disabled', false);
220
- $(this).prev().show(); // also show fingerprint
221
} else {
222
$(this).hide();
223
$(this).children().first().attr('disabled', true);
224
- $(this).prev().hide(); // hide fingerprint
225
}
226
})
227
};
0 commit comments