Skip to content

Commit 17180c1

Browse files
committed
-> Hotfix: #384
1 parent 2198a30 commit 17180c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)