1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

fix for second level dropdown on mobile devices

This commit is contained in:
Jimako
2017-03-01 12:30:12 +01:00
committed by GitHub
parent 50a16b76c9
commit dac1b4fde3

View File

@@ -22,13 +22,9 @@
event.preventDefault();
});
$('.navbar-collapse ul li a').click(function() {
/* always close responsive nav after click */
$('.navbar-toggle:visible').click();
});
$('#galleryModal').on('show.bs.modal', function (e) {
$('#galleryImage').attr("src",$(e.relatedTarget).data("src"));
});
})(jQuery);
})(jQuery);