* all apps: Fix vfs upload button does not work in link tab

This commit is contained in:
Hadi Nategh 2016-07-29 12:45:41 +02:00
parent 196176ff9c
commit 37cc46a252
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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