1
0
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:
llj
2016-05-24 17:53:29 +08:00
parent fe999b7559
commit f67865ea62
7 changed files with 304 additions and 60 deletions

View File

@@ -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();
}
});