mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Admin-ui: Carousel option added for use with Grid.
This commit is contained in:
@@ -720,7 +720,11 @@ $(document).ready(function()
|
||||
|
||||
// $(".e-spinner").spinner(); //FIXME breaks tooltips
|
||||
|
||||
|
||||
$('.carousel').on('slid.bs.carousel', function () {
|
||||
var currentIndex = $(this).find('.active').index();
|
||||
var text = (currentIndex + 1);
|
||||
$('#admin-ui-carousel-index').text(text);
|
||||
});
|
||||
|
||||
//check all
|
||||
$("#check-all").click(function(event){
|
||||
|
Reference in New Issue
Block a user