Skip to content

Commit bb221f5

Browse files
committed
remove ä
1 parent e29f2d4 commit bb221f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager_dashboard/manager_dashboard/js/uploadProjects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function uploadProjectImage(mapswipe_import) {
115115
var file = document.getElementById('image').files[0]
116116
console.log(file)
117117
if (file === undefined){
118-
alert("Please upload an image, before retrying to upload the project.")ä
118+
alert("Please upload an image, before retrying to upload the project.")
119119
modalOngoing.style.display = "none";
120120
modal.style.display = "none";
121121
return

0 commit comments

Comments
 (0)