|
|
@ -4,9 +4,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
$(document).ready(function () {
|
|
|
|
$(document).ready(function () {
|
|
|
|
setupNProgress();
|
|
|
|
setupNProgress();
|
|
|
|
setupTaskbar();
|
|
|
|
|
|
|
|
setupEditedByIcon();
|
|
|
|
setupEditedByIcon();
|
|
|
|
setupMobileMenu();
|
|
|
|
|
|
|
|
setupQuickReply();
|
|
|
|
setupQuickReply();
|
|
|
|
configureNavbarHiding();
|
|
|
|
configureNavbarHiding();
|
|
|
|
fixHeaderPadding();
|
|
|
|
fixHeaderPadding();
|
|
|
@ -18,6 +16,11 @@ $(document).ready(function () {
|
|
|
|
setupMobileMenu();
|
|
|
|
setupMobileMenu();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(window).on('action:app.load', function () {
|
|
|
|
|
|
|
|
setupTaskbar();
|
|
|
|
|
|
|
|
setupMobileMenu();
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
function fixHeaderPadding() {
|
|
|
|
function fixHeaderPadding() {
|
|
|
|
var env = utils.findBootstrapEnvironment();
|
|
|
|
var env = utils.findBootstrapEnvironment();
|
|
|
|
if (env === 'sm' || env === 'xs' || env === 'md') {
|
|
|
|
if (env === 'sm' || env === 'xs' || env === 'md') {
|
|
|
@ -443,7 +446,7 @@ $(document).ready(function () {
|
|
|
|
if (quickreply) {
|
|
|
|
if (quickreply) {
|
|
|
|
quickreply.init();
|
|
|
|
quickreply.init();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$('.topic-main-buttons [title]').tooltip();
|
|
|
|
$('.topic-main-buttons [title]').tooltip();
|
|
|
|