BootstrapAdmin/Bootstrap.Admin/wwwroot/js/Content.js

4 lines
127 B
JavaScript

$(function () {
$('#navbar').attr('data-toggle', "dropdown").addClass('dropdown-toggle');
$('#breadNav').hide();
});