1
0
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:
Cameron
2014-01-09 04:42:13 -08:00
parent 0df0f49cc0
commit dc542c58d8
5 changed files with 328 additions and 144 deletions

View File

@@ -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();
});