mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
FileManger stuff
This commit is contained in:
parent
b6dd534b60
commit
52db853acf
11 changed files with 417 additions and 131 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue