mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
More media-picker work.
This commit is contained in:
@@ -786,7 +786,9 @@ $(document).ready(function()
|
||||
$('.carousel').on('slid.bs.carousel', function () {
|
||||
var currentIndex = $(this).find('.active').index();
|
||||
var text = (currentIndex + 1);
|
||||
$('#admin-ui-carousel-index').text(text);
|
||||
var id = $(this).attr('id') + '-index'; // admin-ui-carousel-index etc.
|
||||
|
||||
$('#'+id).text(text);
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user