mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-07 13:31:51 -07:00
filemanager improvements
This commit is contained in:
parent
03381b828f
commit
136cc17873
32 changed files with 68 additions and 22 deletions
|
@ -548,6 +548,10 @@ $(document).ready(function(){
|
|||
|
||||
VE.navigation.init();
|
||||
|
||||
|
||||
$('.button').attr('title','ctrl+Enter');
|
||||
$('.button.cancel').attr('title','ctrl+Backspace');
|
||||
|
||||
VE.core.register();
|
||||
if (location.href.search(/list/) != -1) {
|
||||
var shift_select_ref = $('body').finderSelect({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue