diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..836ecda --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,11 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# GitHub Copilot persisted chat sessions +/copilot/chatSessions +../Request_Test/testHTTP.http \ No newline at end of file diff --git a/src/js/AJAX/index.js b/src/js/AJAX/index.js index 3d0bd23..919777b 100644 --- a/src/js/AJAX/index.js +++ b/src/js/AJAX/index.js @@ -189,7 +189,6 @@ function displayCalendar(data) { function displayAlert(text) { let alert = document.getElementById("Alert"); - console.log(text); alert.innerHTML = ""; alert.innerHTML = `