Fixing bug with wrong link display
All checks were successful
Jenkins Production Deployment

- 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:
Patrick Müller 2021-10-11 11:58:32 +02:00
parent 65efcb6a47
commit 62ac545c03
Signed by: Paddy
GPG Key ID: 3433DBC617B195CA

View File

@ -25,6 +25,10 @@ function copyToClipboard(text) {
}
function generateLink() {
// Clear paragraph
$('#full-link').text('');
let selectedCourseFromPicker = $('#coursename').val().toString();
let raplaUser = '';