mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 13:50:07 +00:00
[file view] add 'discussion'
This commit is contained in:
@@ -29,7 +29,7 @@ define([
|
||||
var _this = this;
|
||||
$(document).keydown(function(e) {
|
||||
// ESCAPE key pressed
|
||||
if (e.keyCode == 27) {
|
||||
if (e.which == 27) {
|
||||
_this.hide();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user