Notes
This commit is contained in:
@@ -163,8 +163,16 @@ this repository contains the full copyright notices and license terms. -->
|
||||
applyThemeMode(
|
||||
document.documentElement.getAttribute('data-theme-mode'));
|
||||
jQuery('.body').show();
|
||||
function notifyLayoutResize() {
|
||||
[0, 80, 180, 320].forEach(function(delay) {
|
||||
window.setTimeout(function() {
|
||||
window.dispatchEvent(new Event('resize'));
|
||||
}, delay);
|
||||
});
|
||||
}
|
||||
jQuery('[data-toggle="offcanvas"]').click(function() {
|
||||
jQuery('.row-offcanvas').toggleClass('active');
|
||||
notifyLayoutResize();
|
||||
});
|
||||
jQuery('#tabs').on('ready', function() {
|
||||
var mq = window.matchMedia('(max-width: 991px)');
|
||||
|
||||
Reference in New Issue
Block a user