Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
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
zhengyouwei
2016-09-01 16:28:17 +0800
Commit
19f7ff64222a5e1654fb9e93d05029283018c1fb
1 parent
8fb2fde9
Revert "delete confirm"
This reverts commit
e373dc36
.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
monitor-ui-web/src/main/webapp/jsp/project/project.jsp
monitor-ui-web/src/main/webapp/jsp/project/project.jsp
View file @
19f7ff6
...
...
@@ -190,5 +190,11 @@
$
(
"#li_project"
).
addClass
(
"active open"
);
$
(
"#li_projectRelease"
).
addClass
(
"active"
);
</script>
<script
language=
"JavaScript"
>
window
.
onbeforeunload
=
function
()
{
return
"真的离开?"
;
}
</script>
</body>
</html>
...
...
Please
register
or
login
to post a comment