1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

Merge pull request #567 from haiwen/top_notice

[top notice] enable close 'cur note'
This commit is contained in:
xiez
2015-05-09 10:08:06 +08:00
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) {