- When you selected a course, generated a link and then de-selected the link, the old middleware has still been displayed
This commit is contained in:
parent
65efcb6a47
commit
62ac545c03
|
@ -25,6 +25,10 @@ function copyToClipboard(text) {
|
|||
}
|
||||
|
||||
function generateLink() {
|
||||
// Clear paragraph
|
||||
$('#full-link').text('');
|
||||
|
||||
|
||||
let selectedCourseFromPicker = $('#coursename').val().toString();
|
||||
|
||||
let raplaUser = '';
|
||||
|
|
Loading…
Reference in New Issue
Block a user