FileManger stuff

This commit is contained in:
Serghey Rodin 2015-10-05 23:32:25 +03:00
commit 52db853acf
11 changed files with 417 additions and 131 deletions

View file

@ -474,6 +474,8 @@
else {
FM['CURRENT_A_LINE'] = 0;
}
FM.preselectedItems.A = [];
/*FM.setTabActive(FM.TAB_A, 'skip_highlights');
$(".listing-left .selected, .listing-left .ui-selectee").each(function(i, o) {
@ -538,6 +540,8 @@
else {
FM['CURRENT_B_LINE'] = 0;
}
FM.preselectedItems.B = [];
},
unselected: function (event, ui) {