1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

[top notice] enable close 'cur note'

This commit is contained in:
llj
2015-05-08 15:59:18 +08:00
parent 27e494670f
commit 46971d7b01
4 changed files with 30 additions and 2 deletions

View File

@@ -48,6 +48,8 @@ define([
if (app.pageOptions.top_nav_groups.length > 0) {
this.topGroupNavView = new GroupNavView();
}
$('#info-bar .close').click(Common.closeTopNoticeBar);
},
switchCurrentView: function(newView) {