Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
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
tmq
9 years ago
Commit
df8f562c928fe186168a0477532b7c8b5fe3e0bc
1 parent
bc385ec5
master
...
develop
bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
res/js/yohood.js
res/js/yohood.js
View file @
df8f562
...
...
@@ -1256,7 +1256,7 @@ define('yohood', function(require, exports) {
});
if
(
isNotEmpty
)
{
$
(
this
).
attr
(
"href"
,
"javascript:void(0)"
);
if
(
window
.
confirm
(
'
After the switch has been filled information will be emptied, whether to switch?
'
))
{
if
(
window
.
confirm
(
'
切换后已填信息将被清空,是否切换?
'
))
{
window
.
location
.
href
=
href
;
}
else
{
$
(
this
).
attr
(
"href"
,
href
);
...
...
@@ -1276,7 +1276,7 @@ define('yohood', function(require, exports) {
});
if
(
isNotEmpty
)
{
$
(
this
).
attr
(
"href"
,
"javascript:void(0)"
);
if
(
window
.
confirm
(
'
切换后已填信息将被清空,是否切换?
'
))
{
if
(
window
.
confirm
(
'
After the switch has been filled information will be emptied, whether to switch?
'
))
{
window
.
location
.
href
=
href
;
}
else
{
$
(
this
).
attr
(
"href"
,
href
);
...
...
Please
register
or
login
to post a comment