Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Oct 30, 2024
1 parent 0761032 commit de88d88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/javascripts/theses.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,11 @@ $(document).ready(function () {
source: committee_member_names_list
});
});

$('div.student-view div.settings-content a').each(function () {
var class_attr = $(this).attr('class');
if (typeof class_attr === typeof undefined || class_attr == '') {
$(this).attr('target', '_blank');
}
});
});

0 comments on commit de88d88

Please sign in to comment.