file manager stuff

This commit is contained in:
Serghey Rodin 2015-09-28 02:01:19 +03:00
commit 9d2ebe561a
12 changed files with 419 additions and 95 deletions

View file

@ -203,10 +203,10 @@
},
selectAll: function(p,o) {
p.on('mouseover', function(){
d.on("keydown", turnOff);
//d.on("keydown", turnOff);
});
p.on('mouseout', function(){
d.off("keydown", turnOff);
//d.off("keydown", turnOff);
});
function turnOff(e) {