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

[UI] top-bar: bugfix & improvement

This commit is contained in:
llj
2016-11-17 17:51:27 +08:00
parent 933e1b3ab0
commit 59ff3fb180
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');
});
},