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

[UI] top-bar: bugfix & improvement

This commit is contained in:
llj
2016-11-17 17:51:27 +08:00
parent e25b28e8f6
commit 9ba72b4b47
4 changed files with 23 additions and 23 deletions

View File

@@ -87,7 +87,7 @@ define([
this.currentView = this.myReposView;
$('#info-bar .close').click(Common.closeTopNoticeBar);
$('#top-browser-tip .close').click(function () {
$('#top-browser-tip-close').click(function () {
$('#top-browser-tip').addClass('hide');
});
},