mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Media-Manager fixes and enhancements. Glyphs are now searchable.
This commit is contained in:
@@ -317,13 +317,13 @@ $(document).ready(function()
|
||||
|
||||
delay(function(){
|
||||
|
||||
if((search.length) >= 3) {
|
||||
// if((search.length) >= 3) {
|
||||
$('#'+id).load(src,function() {
|
||||
// alert(src);
|
||||
|
||||
$('#'+id).fadeIn('fast'); // .slideLeft();
|
||||
});
|
||||
}
|
||||
// }
|
||||
|
||||
}, 300 );
|
||||
|
||||
@@ -370,12 +370,12 @@ $(document).ready(function()
|
||||
src = src + '&search='+search;
|
||||
}
|
||||
|
||||
|
||||
$(id).fadeOut('fast');
|
||||
|
||||
//TODO Animate.
|
||||
$(id).load(src,function() {
|
||||
// alert(src);
|
||||
// $(this).hide();
|
||||
$(id).fadeIn('fast');
|
||||
// $(this).show('slow'); // .slideLeft();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user