Booking, QI Content, Trees, Media
This commit is contained in:
parent
1f340e96fa
commit
7fbac395a9
260 changed files with 27160 additions and 3773 deletions
|
|
@ -89,10 +89,14 @@ $(function () {
|
|||
});
|
||||
|
||||
// Initialize sidenav togglers
|
||||
$('body').on('click', '.layout-sidenav-toggle', function (e) {
|
||||
/* $('body').on('click', '.layout-sidenav-toggle', function (e) {
|
||||
e.preventDefault();
|
||||
window.layoutHelpers.toggleCollapsed();
|
||||
//custom save to Cookie!
|
||||
Cookies.set('layout-sidenav-toggle', window.layoutHelpers.isCollapsed(), { expires:30 });
|
||||
});
|
||||
*/
|
||||
|
||||
|
||||
// Swap dropdown menus in RTL mode
|
||||
if ($('html').attr('dir') === 'rtl') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue