1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00

show notice popup

This commit is contained in:
lian
2015-03-20 13:55:50 +08:00
committed by Daniel Pan
parent 93dee8ed6a
commit 2449619a38
5 changed files with 107 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ define([
this.groupView = new GroupNavView();
Common.initAccountPopup();
Common.initNoticePopup();
},
/*

View File

@@ -29,6 +29,7 @@ define([
this.groupView = new GroupNavView();
Common.initAccountPopup();
Common.initNoticePopup();
},

View File

@@ -29,6 +29,7 @@ define([
this.groupView = new GroupNavView();
Common.initAccountPopup();
Common.initNoticePopup();
},
events: {