1
0
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:
Cameron
2017-04-05 12:42:42 -07:00
parent e17316eab7
commit 674fde0525
6 changed files with 173 additions and 65 deletions

View File

@@ -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){