1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Admin-ui: Grid carousel slides are now auto-normalized.

This commit is contained in:
Cameron
2017-04-05 13:31:29 -07:00
parent cc1b154e7b
commit 16957243bc
5 changed files with 76 additions and 9 deletions

View File

@@ -719,12 +719,7 @@ $(document).ready(function()
$(".e-expandit").show();
// $(".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){