Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
em
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ichikawa
em
Commits
424827ea
Commit
424827ea
authored
Mar 24, 2023
by
Kazuki Nakamura
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【eモニポイント連携】「会員番号確認」画面の「back」ボタン押下時に、「会員情報入力」画面に遷移してしまうバグを修正
parent
ca355c61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/main/webapp/WEB-INF/view/user/pointUse/memberConfirm.html
+1
-1
No files found.
src/main/webapp/WEB-INF/view/user/pointUse/memberConfirm.html
View file @
424827ea
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<script
language=
"JavaScript"
type=
"text/JavaScript"
>
<script
language=
"JavaScript"
type=
"text/JavaScript"
>
<!--
<!--
function
back
(){
function
back
(){
document
.
forms
[
0
].
action
=
"#q('/user/pointUse/pointUse')?giftExchangeInfoId=2"
;
document
.
forms
[
0
].
action
=
"#q('/user/pointUse/pointUse')?giftExchangeInfoId=2
&uEditEndFlg
"
;
document
.
forms
[
0
].
submit
();
document
.
forms
[
0
].
submit
();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment