Skip to content

Commit

Permalink
删除无用js代码段
Browse files Browse the repository at this point in the history
  • Loading branch information
wukonggg committed Sep 12, 2015
1 parent 8ab1699 commit afc55ee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/webapp/WEB-INF/view/entry.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@
});
return false;
});
if (me != "null") {
$("#login_div").hide();
$("#userInfo").html("您的Id是" + me);
$("#user_info_div").show();
} else {
$("#login_div").show();
$("#user_info_div").hide();
}
});
</script>

Expand Down

0 comments on commit afc55ee

Please sign in to comment.