Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
8 years ago
Commit
9047d9e7567f7d735ba60dcada46c4f3bd064058
1 parent
ccc5c0a5
empty back
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
public/js/3party/question-detail.page.js
public/js/3party/question-detail.page.js
View file @
9047d9e
...
...
@@ -205,6 +205,9 @@ let tipDialog = {
tipDialog
.
init
();
question
.
init
();
$
(
'.nav-back'
).
removeAttr
(
'href'
).
click
(
function
()
{
tipDialog
.
show
();
});
if
(
question
.
$base
.
length
)
{
$
(
'.nav-back'
).
removeAttr
(
'href'
).
click
(
function
()
{
tipDialog
.
show
();
});
}
...
...
Please
register
or
login
to post a comment