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