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

Merge pull request #2469 from Jimmi08/patch-3

fix for second level dropdown on mobile devices
This commit is contained in:
Cameron 2017-03-02 11:25:42 -08:00 committed by GitHub
commit 8eea92b298

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);