mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
* all apps: Fix vfs upload button does not work in link tab
This commit is contained in:
parent
196176ff9c
commit
37cc46a252
@ -499,7 +499,7 @@ var et2_file = (function(){ "use strict"; return et2_inputWidget.extend(
|
||||
//Add uploading indicator and bind hover handler on it
|
||||
jQuery(this.node).find('span').addClass('totalProgress_loader');
|
||||
|
||||
jQuery(this.node).find('input').hover(function(){
|
||||
jQuery(this.node).find('span.et2_file_span').hover(function(){
|
||||
jQuery('.progress_dropDown_fileList').show();
|
||||
});
|
||||
//Bind click handler to dismiss the dropdown while uploading
|
||||
|
@ -656,8 +656,7 @@ span.et2_file_span{
|
||||
margin-top:0;
|
||||
}
|
||||
div.et2_file input.et2_file_upload{
|
||||
opacity:0;
|
||||
position: absolute;
|
||||
display:none;
|
||||
}
|
||||
/**
|
||||
* Autocomplete - used in link widget
|
||||
|
Loading…
Reference in New Issue
Block a user