쪽지보내기 등이 모바일 스킨으로 안 나오는 버그 수정#1229
Merged
2 commits merged intoMar 23, 2015
Merged
Conversation
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
닉네임 클릭으로 쪽지보내기나 친구추가 할 경우..
해당 링크에 module=communication 이 붙어서 가는데..
실제로 act 값을 통해 module 정보를 가져올 수 있기에 이 변수는 의미가 없는데다가
이 변수 때문에 모바일에서도 무조건 PC 용 스킨이 나오는 문제점 발생.. 따라서 해당 변수를 제거
그리고 이왕 수정하는김에.
모바일에서는 팝업 대신 현재페이지니, 기존 게시판으로 돌아갈 수 있게 mid 도 추가