Fixing bug with wrong link display
Jenkins Production Deployment Details

- 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
1 changed files with 4 additions and 0 deletions

View File

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