Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] #6 add onclick event #15

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

chunzhi23
Copy link

@chunzhi23 chunzhi23 commented Mar 28, 2024

작성자: @chunzhi23

close/resolve/fix #6

체크 리스트

  • 적절한 제목으로 수정했나요?
  • 상단에 이슈 번호를 기입했나요?
  • Target Branch를 올바르게 설정했나요?
  • Label을 알맞게 설정했나요?

작업 내역

비고

  • <div> onClick property에 이전 화면으로 돌아가도록 하는 Javascript를 작성해 문제를 해결했습니다.

@chunzhi23 chunzhi23 added bug Something isn't working 🎨 frontend frontend issue labels Mar 28, 2024
@chunzhi23 chunzhi23 self-assigned this Mar 29, 2024
@chunzhi23 chunzhi23 requested a review from hynseok March 29, 2024 00:38
Copy link
Member

@hynseok hynseok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

기능 추가해주신다고 수고 많으셨습니다!

@@ -36,8 +36,7 @@
<div id="post-btn">
작성하기
</div>
<div id="cancle-btn">
<!-- <div id="cancle-btn" onclick="window.history.go(-1); return false;"> -->
<div id="cancle-btn" onclick="window.history.go(-1); return false;">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이런 방법을 사용할수도 있네요. 하나 배워갑니다👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 frontend frontend issue bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Post cancel button not working
2 participants