Vorbereitung sprint meeting
This commit is contained in:
parent
92c91ef8b0
commit
1b899691a7
55 changed files with 4150 additions and 4026 deletions
6
js/sidebar-menu.js
Normal file → Executable file
6
js/sidebar-menu.js
Normal file → Executable file
|
@ -2,6 +2,12 @@
|
|||
|
||||
var addToggleLink = function($elem){
|
||||
$elem.wrapInner('<a href="#toggleMenu" class="toggler"></a>');
|
||||
},
|
||||
setWideContent = function(){
|
||||
|
||||
},
|
||||
setDefaultContent= function(){
|
||||
|
||||
},
|
||||
toggleState = function($toggler){
|
||||
$toggler.toggleClass('closed');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue