mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-theme-vanilla.git
synced 2025-10-03 22:25:15 +08:00
11 lines
No EOL
204 B
JavaScript
11 lines
No EOL
204 B
JavaScript
"use strict";
|
|
|
|
$(document).ready(function() {
|
|
|
|
$(window).on('action:ajaxify.start', function() {
|
|
if ($('.navbar .navbar-collapse').hasClass('in')) {
|
|
$('.navbar-header button').click();
|
|
}
|
|
});
|
|
|
|
}); |