Skip to content

Commit 85bcde6

Browse files
authored
Merge pull request #389 from ImagingDataCommons/idc-prod-sp
Hotfix #384
2 parents 63e4079 + e66fb4d commit 85bcde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/image_search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2560,8 +2560,8 @@ require(['jquery', 'underscore', 'jquerydt','jqueryui', 'bootstrap','base'],
25602560
$('#save-cohort-btn').on('click', function() {
25612561
if(!user_is_auth) {
25622562
save_anonymous_selection_data();
2563+
location.href=$(this).data('uri');
25632564
}
2564-
location.href=$(this).data('uri');
25652565
});
25662566

25672567
var cohort_loaded = false;

0 commit comments

Comments
 (0)