diff --git a/scripts.js b/scripts.js index 7454685..cf2d247 100644 --- a/scripts.js +++ b/scripts.js @@ -25,6 +25,10 @@ function copyToClipboard(text) { } function generateLink() { + // Clear paragraph + $('#full-link').text(''); + + let selectedCourseFromPicker = $('#coursename').val().toString(); let raplaUser = '';