Skip to content

Commit

Permalink
alert issue has been improvised
Browse files Browse the repository at this point in the history
  • Loading branch information
wonkooklee committed Aug 12, 2021
1 parent 200ff2b commit 290ff50
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const imageBackground = function(e) {

let imgUrl = prompt('이미지 주소를 입력하세요 😇');
if (!imgUrl) {
alert('올바르지 않은 URL입니다 😨');
// alert('올바르지 않은 URL입니다 😨'); 사용자 개선 의견에 따라 주석 처리 08/12
return;
};

Expand Down
Binary file removed resource/.DS_Store
Binary file not shown.

0 comments on commit 290ff50

Please sign in to comment.