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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user