1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

add 'top tip' for IE

This commit is contained in:
llj
2015-06-05 17:09:53 +08:00
parent 4a543319a7
commit ee816216ea
3 changed files with 19 additions and 0 deletions

View File

@@ -50,6 +50,9 @@ define([
}
$('#info-bar .close').click(Common.closeTopNoticeBar);
$('#top-browser-tip .close').click(function () {
$('#top-browser-tip').addClass('hide');
});
},
switchCurrentView: function(newView) {