mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Speed up the Media-Manager carousel
This commit is contained in:
@@ -489,14 +489,14 @@ $(document).ready(function()
|
||||
|
||||
$.get(src, function( data ) {
|
||||
|
||||
$(id).hide('slide', { direction: outDir }, 1200, function(){
|
||||
$(id).hide('slide', { direction: outDir }, 500, function(){
|
||||
|
||||
// alert('done');
|
||||
$(id ).html( data );
|
||||
newVal = $('#admin-ui-media-select-count-hidden').text();
|
||||
$('#admin-ui-media-select-count').text(newVal).fadeIn();
|
||||
|
||||
$(id).show('slide', { direction: inDir },1200,function(){
|
||||
$(id).show('slide', { direction: inDir },700,function(){
|
||||
$('#e-modal-loading', window.parent.document).hide();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user