Skip to content
Snippets Groups Projects
Commit f87bc35e authored by spd2g14's avatar spd2g14
Browse files

Add functions to toggle sidebar

parent 6e3bf310
Branches main
No related tags found
No related merge requests found
......@@ -17,6 +17,14 @@ module.exports = {
getContent: () => {
return $('#content');
},
openSidebar: () => {
sidebar.open('home');
},
closeSidebar: () => {
sidebar.close();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment