Authored by zhengyouwei

Revert "delete confirm"

This reverts commit e373dc36.
... ... @@ -190,5 +190,11 @@
$("#li_project").addClass("active open");
$("#li_projectRelease").addClass("active");
</script>
<script language="JavaScript">
window.onbeforeunload = function () {
return "真的离开?";
}
</script>
</body>
</html>
... ...