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
whb
9 years ago
Commit
b4b593ae37f4131f64ac0db441014fd89f41d7b9
1 parent
ebaf95f9
在线登记
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
res/js/yohood.js
res/js/yohood.js
View file @
b4b593a
...
...
@@ -773,9 +773,12 @@ define('yohood', function(require, exports) {
$
(
'.dialog-w'
).
hide
();
window
.
location
.
reload
();
});
$
(
'.dia-content'
).
click
(
function
(
e
)
{
$
(
'.dialog-w'
).
hide
();
e
.
stopPropagation
();
window
.
location
.
reload
();
});
$
(
".wrapper"
).
attr
(
"class"
,
""
);
...
...
Please
register
or
login
to post a comment