We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29f2d4 commit bb221f5Copy full SHA for bb221f5
manager_dashboard/manager_dashboard/js/uploadProjects.js
@@ -115,7 +115,7 @@ function uploadProjectImage(mapswipe_import) {
115
var file = document.getElementById('image').files[0]
116
console.log(file)
117
if (file === undefined){
118
- alert("Please upload an image, before retrying to upload the project.")ä
+ alert("Please upload an image, before retrying to upload the project.")
119
modalOngoing.style.display = "none";
120
modal.style.display = "none";
121
return
0 commit comments